Skip to content

Commit

Permalink
Fix (hopefully) gcc-7 by ensuring it gets sudo for its container
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftrull committed Aug 26, 2024
1 parent 5bd948c commit 17f1507
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ jobs:
python3 -m pip --version
lsb_release -a
sudo python3 -m pip install cmake
- name: Packages for 20.04
if: matrix.container == 'ubuntu:20.04'
run: |
apt-get update && apt-get -y install sudo
- uses: actions/checkout@v3

Expand Down

0 comments on commit 17f1507

Please sign in to comment.