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 96b1e9e commit 1f7a3ce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on: # rebuild any PRs and main branch changes
branches:
- master

env:
CC : gcc-12
CXX : g++-12

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -31,6 +27,9 @@ 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
Expand Down

0 comments on commit 1f7a3ce

Please sign in to comment.