File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 55set -e -u -o pipefail
66
77# Install RISCOF
8- pip3 install -r requirements.txt
8+ pip3 install -r .ci/ requirements.txt
99
1010set -x
1111
Original file line number Diff line number Diff line change @@ -266,15 +266,15 @@ jobs:
266266 githubToken : ${{ github.token }}
267267 # No 'sudo' is available
268268 install : |
269- apt update -qq
270- apt install -yqq make git clang libsdl2-dev libsdl2-mixer-dev lsb-release wget software-properties-common gnupg bc
269+ apt update -q=2
270+ apt install -q=2 make git clang libsdl2-dev libsdl2-mixer-dev lsb-release wget software-properties-common gnupg bc
271271 git config --global --add safe.directory ${{ github.workspace }}
272272 git config --global --add safe.directory ${{ github.workspace }}/src/softfloat
273273 git config --global --add safe.directory ${{ github.workspace }}/src/mini-gdbstub
274274 wget https://apt.llvm.org/llvm.sh
275275 chmod +x ./llvm.sh
276276 ./llvm.sh 18
277- # FIXME: gcc build fails on Aarch64/Linux hosts
277+ # FIXME: gcc build fails on Aarch64/Linux hosts
278278 env : |
279279 CC: clang-18
280280 # Append custom commands here
You can’t perform that action at this time.
0 commit comments