File tree Expand file tree Collapse file tree 6 files changed +217
-71
lines changed Expand file tree Collapse file tree 6 files changed +217
-71
lines changed Original file line number Diff line number Diff line change 4747 with :
4848 submodules : ' true'
4949 - name : Install dependencies
50- run : |
51- sudo apt-get update -q=2
52- sudo apt-get upgrade -q=2
53- sudo apt-get install -q=2 build-essential git
50+ uses : ./.github/actions/setup-rv32emu
51+ timeout-minutes : 30
5452 - name : Build Linux image
5553 run : |
5654 make build-linux-image
Original file line number Diff line number Diff line change 2121 steps :
2222 - name : Check out the repo
2323 uses : actions/checkout@v4
24- - name : install-dependencies
25- run : |
26- sudo apt-get update -q=2
27- sudo apt-get install -q=2 device-tree-compiler
24+ - name : Install dependencies
25+ uses : ./.github/actions/setup-rv32emu
26+ timeout-minutes : 30
2827 - name : Verify if the JS or HTML files has been modified
2928 id : changed-files
3029 uses : tj-actions/changed-files@v46
5756 run : |
5857 make artifact
5958 # get from rv32emu-prebuilt
60- wget -O build/shareware_doom_iwad.zip "https://raw.githubusercontent.com/sysprog21/rv32emu-prebuilt/doom-artifact/shareware_doom_iwad.zip"
59+ curl -fSsL -o build/shareware_doom_iwad.zip "https://raw.githubusercontent.com/sysprog21/rv32emu-prebuilt/doom-artifact/shareware_doom_iwad.zip"
6160 unzip -d build/ build/shareware_doom_iwad.zip
6261 - name : build with emcc and move application files to /tmp
6362 if : ${{ steps.changed-files.outputs.any_modified == 'true' ||
@@ -152,7 +151,7 @@ jobs:
152151 run : |
153152 make artifact
154153 # get from rv32emu-prebuilt
155- wget -O build/shareware_doom_iwad.zip "https://raw.githubusercontent.com/sysprog21/rv32emu-prebuilt/doom-artifact/shareware_doom_iwad.zip"
154+ curl -fSsL -o build/shareware_doom_iwad.zip "https://raw.githubusercontent.com/sysprog21/rv32emu-prebuilt/doom-artifact/shareware_doom_iwad.zip"
156155 unzip -d build/ build/shareware_doom_iwad.zip
157156 - name : build with emcc and move application files to /tmp
158157 if : ${{ steps.changed-files.outputs.any_modified == 'true' ||
You can’t perform that action at this time.
0 commit comments