mirror of
https://github.com/KranX/Vangers.git
synced 2025-12-01 07:25:28 +07:00
try to use latest compiler from ubuntu for actions v2
This commit is contained in:
2
.github/workflows/vangers_linux_build.yml
vendored
2
.github/workflows/vangers_linux_build.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
run: cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_C_COMPILER=/usr/bin/gcc-9 -DCMAKE_CXX_COMPILER=/usr/bin/g++-9 . && make && sudo make install
|
||||
working-directory: /tmp/clunk
|
||||
- name: configure
|
||||
run: mkdir build && cd build && cmake ..
|
||||
run: mkdir build && cd build && cmake -DCMAKE_C_COMPILER=/usr/bin/gcc-9 -DCMAKE_CXX_COMPILER=/usr/bin/g++-9 ..
|
||||
- name: make
|
||||
run: make
|
||||
working-directory: build
|
||||
|
||||
Reference in New Issue
Block a user