Skip to content

Commit 52ff679

Browse files
committed
backtick-replace - Update CI
1 parent 7566a79 commit 52ff679

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/moodle-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ jobs:
6969
https://sourceforge.net/projects/maxima/files/Maxima-Linux-RPM/5.42.2-Linux/maxima-${maxima}_5.42.2-1_amd64.deb
7070
7171
sudo locale-gen en_AU.UTF-8
72-
sudo apt-get install libtinfo5
72+
sudo apt-get update
73+
sudo apt-get install -y libtinfo5
7374
sudo dpkg -i libreadline7_7.0-3_amd64.deb maxima-common_5.42.2-1_all.deb maxima-${maxima}_5.42.2-1_amd64.deb
7475
7576
echo "LANG=en_AU.UTF-8" >> $GITHUB_ENV

0 commit comments

Comments
 (0)