Skip to content

Commit

Permalink
Fix 404 on apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 authored Jul 23, 2021
1 parent 15a81d3 commit cb8f5f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- run: sudo apt-get update -qq
- run: sudo apt-get install -qq g++-8 cmake build-essential python3-pip python3-virtualenv nodejs tar gzip libpthread-stubs0-dev libc6-dbg gdb
- run: sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 90
- run: make install-test-dependencies
Expand Down

0 comments on commit cb8f5f0

Please sign in to comment.