Skip to content

Commit 39d2380

Browse files
committed
fix regression
Change-Id: I2438ce3d648c2454efd846833cb988088c93e834
1 parent b532c11 commit 39d2380

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/regression-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
- if: ${{ (startsWith(matrix.config.label,'ah-ubuntu') && (matrix.config.toolset == 'gcc')) }}
7373
name: Install gcc
7474
run: |
75-
add-apt-repository ppa:ubuntu-toolchain-r/test -y
76-
apt update -y
77-
apt install -y g++-13
75+
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
76+
sudo apt update -y
77+
sudo apt install -y g++-13
7878
7979
- if: ${{ (startsWith(matrix.config.label,'ah-ubuntu') && (matrix.config.toolset == 'clang')) }}
8080
name: Install clang

0 commit comments

Comments
 (0)