Skip to content

Commit 5b4bf6c

Browse files
committed
fix gcc repo
1 parent 01925a0 commit 5b4bf6c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
include:
1414
- cxx: g++14
1515
install:
16-
sudo add-apt-repository universe
17-
sudo apt update
18-
sudo apt install gcc-14 g++-14
16+
sudo add-apt-repository universe && sudo apt update && sudo apt install gcc-14 g++-14
1917
steps:
2018
- uses: actions/checkout@master
2119
- uses: extractions/setup-just@v3

0 commit comments

Comments
 (0)