Update arm64_graviton.yml

This commit is contained in:
Martin Kroeker 2024-06-14 16:09:20 +02:00 committed by GitHub
parent d44b8989fb
commit 2c269c3694
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt update
sudo apt-get install -y gfortran-12 cmake ccache libtinfo5
sudo apt-get install -y gcc-12 gfortran-12 cmake ccache libtinfo5
else
echo "::error::$RUNNER_OS not supported"
exit 1