Skip to content

Commit

Permalink
sudo apt-get update on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipK committed Sep 29, 2021
1 parent 0bc8bf1 commit e059ecc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_on_v_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Install dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt-get update
sudo apt-get install -y libx11-dev libxext-dev libxft-dev libxinerama-dev libxcursor-dev libxrender-dev libxfixes-dev libpango1.0-dev libpng-dev libgl1-mesa-dev libglu1-mesa-dev
- name: Build Release Version
run: cargo build --release
Expand Down

0 comments on commit e059ecc

Please sign in to comment.