Skip to content

Commit 108a8cc

Browse files
committed
CI: Place RISCOF dependency file properly
1 parent 51f7d2e commit 108a8cc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
File renamed without changes.

.ci/riscv-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -e -u -o pipefail
66

77
# Install RISCOF
8-
pip3 install -r requirements.txt
8+
pip3 install -r .ci/requirements.txt
99

1010
set -x
1111

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)