Skip to content

Commit 885b709

Browse files
committed
gcc10
1 parent bf12cbf commit 885b709

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,15 @@ jobs:
176176
id: depends
177177
run: |
178178
sudo apt-get update
179-
sudo apt-get install build-essential libcurl4-openssl-dev
179+
sudo apt-get install build-essential libcurl4-openssl-dev gcc-10 g++-10
180180
181181
- name: Build
182182
id: cmake_build
183183
run: |
184184
mkdir build
185185
cd build
186+
export CC=gcc-10
187+
export CXX=g++-10
186188
cmake .. \
187189
-DLLAMA_FATAL_WARNINGS=ON \
188190
-DLLAMA_CURL=ON \

0 commit comments

Comments
 (0)