From 07212f071fcb2c790956b5e37c4e0bae2250cddc Mon Sep 17 00:00:00 2001 From: Dusan Figala Date: Thu, 25 Jul 2024 12:23:30 +0200 Subject: [PATCH] Set compiler bins for nightly ci --- .github/nightly-ci-hpc-config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/nightly-ci-hpc-config.yml b/.github/nightly-ci-hpc-config.yml index be82c366a..b31c16a44 100644 --- a/.github/nightly-ci-hpc-config.yml +++ b/.github/nightly-ci-hpc-config.yml @@ -13,3 +13,6 @@ build: post_script: .github/ci-nightly-test.sh env: - GH_TOKEN=${GH_TOKEN} + compiler_cc: gcc + compiler_cxx: g++ + compiler_fc: gfortran