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 6bd42fe commit a29aba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
cacheFrom: ghcr.io/optitool/morituri-devcontainer
push: always
env: |
CC : gcc-12
CXX : g++-12
CC = gcc-12
CXX = g++-12
# Change this to be your CI task/script
runCmd: |
# Add multiple commands to run if needed
Expand Down

0 comments on commit a29aba8

Please sign in to comment.