We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7566a79 commit 52ff679Copy full SHA for 52ff679
1 file changed
.github/workflows/moodle-ci.yml
@@ -69,7 +69,8 @@ jobs:
69
https://sourceforge.net/projects/maxima/files/Maxima-Linux-RPM/5.42.2-Linux/maxima-${maxima}_5.42.2-1_amd64.deb
70
71
sudo locale-gen en_AU.UTF-8
72
- sudo apt-get install libtinfo5
+ sudo apt-get update
73
+ sudo apt-get install -y libtinfo5
74
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
75
76
echo "LANG=en_AU.UTF-8" >> $GITHUB_ENV
0 commit comments