Update arm64_graviton.yml
This commit is contained in:
parent
396e0c8bf3
commit
8c5e7679f6
|
@ -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 cmake ccache libtinfo5 python3
|
sudo apt-get install -y gfortran cmake ccache libtinfo5 python
|
||||||
else
|
else
|
||||||
echo "::error::$RUNNER_OS not supported"
|
echo "::error::$RUNNER_OS not supported"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue