File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,14 +115,14 @@ jobs:
115115
116116 steps :
117117 - name : Install dependencies
118- run : sudo apt-get update && sudo apt-get -y install make python3-pexpect python3-pytest qemu-efi-aarch64 qemu-system-arm
118+ run : sudo apt-get update && sudo apt-get -y install curl make python3-pexpect python3-pytest qemu-efi-aarch64 qemu-system-arm
119119 - name : Clone repository
120120 uses : actions/checkout@v4
121121 with :
122122 fetch-depth : 0
123- - name : Download build artifacts
124- uses : actions/download-artifact@v4
125- - name : Decompress required build artifacts
123+ - name : Download required build artifact
124+ run : curl -LO $BUILD_URL/disk-ufs.img.gz
125+ - name : Decompress required build artifact
126126 run : gzip -d disk-ufs.img.gz
127127 - name : Invoke test runner
128128 run : make test
You can’t perform that action at this time.
0 commit comments