GHA: apt-get update for Octave
To fix: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/m/mesa/libgl1-mesa-dev_21.0.3-0ubuntu0.3~20.04.2_amd64.deb 404 Not Found
This commit is contained in:
parent
fc31b9ab04
commit
6c4125db0c
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ case "$SWIGLANG" in
|
|||
$RETRY sudo apt-get -qq install ocaml camlp4
|
||||
;;
|
||||
"octave")
|
||||
$RETRY sudo apt-get -qq update
|
||||
$RETRY sudo apt-get -qq install liboctave-dev
|
||||
;;
|
||||
"php")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue