We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b532c11 commit 39d2380Copy full SHA for 39d2380
.github/workflows/regression-test.yml
@@ -72,9 +72,9 @@ jobs:
72
- if: ${{ (startsWith(matrix.config.label,'ah-ubuntu') && (matrix.config.toolset == 'gcc')) }}
73
name: Install gcc
74
run: |
75
- add-apt-repository ppa:ubuntu-toolchain-r/test -y
76
- apt update -y
77
- apt install -y g++-13
+ sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
+ sudo apt update -y
+ sudo apt install -y g++-13
78
79
- if: ${{ (startsWith(matrix.config.label,'ah-ubuntu') && (matrix.config.toolset == 'clang')) }}
80
name: Install clang
0 commit comments