Skip to content

Commit 927646c

Browse files
committed
hm
1 parent e07f623 commit 927646c

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.github/workflows/20_build.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,17 @@ jobs:
5555
- name: Build testrom using the libdragon docker image
5656
run: |
5757
docker run \
58-
--user root \
59-
--mount type=bind,source=$(pwd),target=/ci \
60-
--workdir=/ci \
61-
ghcr.io/dragonminded/libdragon:latest \
62-
bash -c "\
63-
git config --global --add safe.directory /ci/picocart64 && \
64-
(cd libdragon && ./build.sh) && \
65-
make -C ./picocart64/sw/n64/testrom"
66-
echo "we came this far" \
67-
mkdir -p artifacts \
68-
find . \
69-
cp ./picocart64/sw/n64/testrom/build/testrom.z64 ./artifacts/
58+
--mount type=bind,source=$(pwd),target=/ci \
59+
--workdir=/ci \
60+
ghcr.io/dragonminded/libdragon:latest \
61+
bash -c "\
62+
git config --global --add safe.directory /ci/picocart64 && \
63+
(cd libdragon && ./build.sh) && \
64+
make -C ./picocart64/sw/n64/testrom && \
65+
echo 'we came this far' && \
66+
mkdir -p artifacts && \
67+
find . && \
68+
cp ./picocart64/sw/n64/testrom/build/testrom.z64 ./artifacts/ "
7069
7170
- name: Prepare test ROM for build
7271
run: python3 picocart64/sw/scripts/load_rom.py --compress picocart64/sw/n64/testrom/build/testrom.z64

0 commit comments

Comments
 (0)