We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
time
1 parent ed9a37f commit a18a29fCopy full SHA for a18a29f
1 file changed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Configure build system (uasm)
25
if: ${{ !matrix.is_arm }}
26
run: |
27
- time wget -q "https://github.com/Terraspace/UASM/releases/download/v2.57r/uasm257_linux64.zip"
+ wget -q "https://github.com/Terraspace/UASM/releases/download/v2.57r/uasm257_linux64.zip"
28
unzip uasm257_linux64.zip uasm
29
sudo install -m 755 uasm /usr/bin
30
- name: Build via clang
0 commit comments