Skip to content

Commit 70415b6

Browse files
authored
Merge pull request #418 from LASTRADA-Software/improvement/add_copilot_set_script
Copilot envornment fix
2 parents 6ffa8fd + d388259 commit 70415b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
libstdc++-14-dev
3737
3838
- name: Configure CMake
39-
run: cmake --preset linux-gcc-debug
39+
run: cmake --preset linux-gcc-debug -D CMAKE_CXX_COMPILER=g++-14
4040

4141
- name: Build project
4242
run: cmake --build --preset linux-gcc-debug -- -j$(nproc)

0 commit comments

Comments
 (0)