Skip to content

Commit 03e60ed

Browse files
committed
Use system gcc on Arch CI rather than explicitly using version 14
1 parent 5687b4b commit 03e60ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-arch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ jobs:
119119
git config --global --add safe.directory `pwd`
120120
mkdir build
121121
cd build
122-
export CC=/usr/bin/gcc-14
123-
export CXX=/usr/bin/g++-14
122+
export CC=/usr/bin/gcc
123+
export CXX=/usr/bin/g++
124124
cmake \
125125
-DCMAKE_BUILD_TYPE=Release \
126126
-DDISABLE_PCH=ON \

0 commit comments

Comments
 (0)