Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Venator2013 authored Jan 22, 2024
1 parent a29aba8 commit f54a636
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ jobs:
imageName: ghcr.io/optitool/morituri-devcontainer
cacheFrom: ghcr.io/optitool/morituri-devcontainer
push: always
env: |
CC = gcc-12
CXX = g++-12
# Change this to be your CI task/script
runCmd: |
# Add multiple commands to run if needed
export CC=gcc-12
export CXX=g++-12
mkdir -p build
cd build
cmake -G'Ninja' -DVCPKG_INSTALLED_DIR=/vcpkg_installed -DCMAKE_TOOLCHAIN_FILE=/vcpkg/scripts/buildsystems/vcpkg.cmake ..
Expand Down

0 comments on commit f54a636

Please sign in to comment.