Skip to content

Commit f952ee0

Browse files
committed
[skip windows] Added script to setup gcc/g++.
1 parent fb2bf8c commit f952ee0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ubuntu.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
3131
run: cmake -B ${{github.workspace}}/build
3232
shell: bash
33-
env:
34-
CC: gcc-10
35-
CXX: g++-10
33+
env:
34+
CC: gcc-10
35+
CXX: g++-10
3636

3737
- name: Build all applications
3838
run: cmake --build ${{github.workspace}}/build

0 commit comments

Comments
 (0)