We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d8174 commit 37270dfCopy full SHA for 37270df
.github/workflows/unit-tests.yaml
@@ -46,7 +46,8 @@ jobs:
46
- if: "matrix.os == 'ubuntu-20.04'"
47
name: "Install gcc-10 (for c++20)"
48
run: |-
49
- apt-get update DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
+ sudo apt-get update
50
+ sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
51
g++-10 \
52
gcc-10
53
ln -s -f /usr/bin/gcc-10 /usr/bin/cc
0 commit comments