Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kmamal committed Dec 5, 2021
1 parent 68aed46 commit 4024f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: true

- if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get install -y build-essential libxi-dev libglu1-mesa-dev libglew-dev pkg-config -y
run: sudo apt-get update && sudo apt-get install -y build-essential libxi-dev libglu1-mesa-dev libglew-dev pkg-config -y

- id: npm-cache
run: echo "::set-output name=dir::$(npm config get cache)"
Expand Down

0 comments on commit 4024f4d

Please sign in to comment.