Update arm64_graviton.yml
This commit is contained in:
parent
d44b8989fb
commit
2c269c3694
|
@ -45,7 +45,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
if [ "$RUNNER_OS" == "Linux" ]; then
|
if [ "$RUNNER_OS" == "Linux" ]; then
|
||||||
sudo apt update
|
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
|
else
|
||||||
echo "::error::$RUNNER_OS not supported"
|
echo "::error::$RUNNER_OS not supported"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue