diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72b2361..dc6056a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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