File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -55,18 +55,17 @@ jobs:
55
55
- name : Build testrom using the libdragon docker image
56
56
run : |
57
57
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/ "
70
69
71
70
- name : Prepare test ROM for build
72
71
run : python3 picocart64/sw/scripts/load_rom.py --compress picocart64/sw/n64/testrom/build/testrom.z64
You can’t perform that action at this time.
0 commit comments