File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 83
83
add-apt-repository -y ppa:git-core/ppa
84
84
apt update
85
85
apt install -y git
86
- wget https://github.com/Kitware/CMake/releases/download/v3.28.0-rc5/cmake-3.28.0-rc5-linux-x86_64.sh
86
+ wget -nv https://github.com/Kitware/CMake/releases/download/v3.28.0-rc5/cmake-3.28.0-rc5-linux-x86_64.sh
87
87
sh cmake-3.28.0-rc5-linux-x86_64.sh --skip-license --prefix=/usr
88
88
- name : checkout
89
89
uses : actions/checkout@v3
@@ -402,7 +402,7 @@ jobs:
402
402
- uses : jcbhmr/setup-wasmtime@v2
403
403
- name : setup wasi-sdk
404
404
run : |
405
- wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-21/wasi-sdk_21.0_amd64.deb -P /tmp
405
+ wget -nv https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-21/wasi-sdk_21.0_amd64.deb -P /tmp
406
406
sudo apt install /tmp/wasi-sdk*.deb
407
407
- name : test
408
408
run : |
You can’t perform that action at this time.
0 commit comments