From 1f7a3ce463cc31efaaac6ad4d25f546a0379bfa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20J=C3=A4ger?= Date: Mon, 22 Jan 2024 14:49:30 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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