Skip to content

Commit a18a29f

Browse files
authored
amend to #455: getting of uasm in build flow doesn't need time
1 parent ed9a37f commit a18a29f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Configure build system (uasm)
2525
if: ${{ !matrix.is_arm }}
2626
run: |
27-
time wget -q "https://github.com/Terraspace/UASM/releases/download/v2.57r/uasm257_linux64.zip"
27+
wget -q "https://github.com/Terraspace/UASM/releases/download/v2.57r/uasm257_linux64.zip"
2828
unzip uasm257_linux64.zip uasm
2929
sudo install -m 755 uasm /usr/bin
3030
- name: Build via clang

0 commit comments

Comments
 (0)