Skip to content

Commit 37270df

Browse files
committed
Fix
1 parent 85d8174 commit 37270df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
- if: "matrix.os == 'ubuntu-20.04'"
4747
name: "Install gcc-10 (for c++20)"
4848
run: |-
49-
apt-get update DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
49+
sudo apt-get update
50+
sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
5051
g++-10 \
5152
gcc-10
5253
ln -s -f /usr/bin/gcc-10 /usr/bin/cc

0 commit comments

Comments
 (0)