Skip to content

Commit

Permalink
added apt-get update to fix linux CI failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjvs committed Aug 19, 2021
1 parent 7df13a4 commit 80b4aa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: hendrikmuhs/ccache-action@v1
- name: Install Depencies
run: |
sudo apt-get update
sudo apt-get install -y tcl tk-dev build-essential libssl-dev libgl1-mesa-dev ninja-build
mkdir build
# - name: Config CMake
Expand Down

0 comments on commit 80b4aa5

Please sign in to comment.