Skip to content

Commit

Permalink
Changing GCC version for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ragghianti committed Aug 19, 2023
1 parent 488a18d commit d9ef543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if [ "${device}" = "gpu_intel" ]; then
quiet module load intel-oneapi-compilers
else
print "======================================== Load GNU compiler"
quiet module load gcc@8.5.0
quiet module load gcc@10.4.0
fi
print "---------------------------------------- Verify compiler"
print "CXX = $CXX"
Expand Down

0 comments on commit d9ef543

Please sign in to comment.