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