Skip to content

Commit 3a6166a

Browse files
committed
chore(modules): try universe PPA on ubuntu-latest
1 parent 8aad123 commit 3a6166a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
sudo apt-get update
2222
sudo apt-get upgrade
23-
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
23+
sudo add-apt-repository -y universe
2424
sudo apt-get update
2525
sudo apt-get install -yq libgtest-dev libboost-program-options-dev rapidjson-dev ninja-build gcc-14 g++-14
2626

0 commit comments

Comments
 (0)