Set compiler bins for nightly ci

This commit is contained in:
Dusan Figala 2024-07-25 12:23:30 +02:00 committed by shahramn
parent e38656f696
commit 07212f071f
1 changed files with 3 additions and 0 deletions

View File

@ -13,3 +13,6 @@ build:
post_script: .github/ci-nightly-test.sh post_script: .github/ci-nightly-test.sh
env: env:
- GH_TOKEN=${GH_TOKEN} - GH_TOKEN=${GH_TOKEN}
compiler_cc: gcc
compiler_cxx: g++
compiler_fc: gfortran