Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-hbrhbr committed Feb 5, 2025
1 parent 85d8174 commit 37270df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
- if: "matrix.os == 'ubuntu-20.04'"
name: "Install gcc-10 (for c++20)"
run: |-
apt-get update DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
sudo apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
g++-10 \
gcc-10
ln -s -f /usr/bin/gcc-10 /usr/bin/cc
Expand Down

0 comments on commit 37270df

Please sign in to comment.