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 8383 add-apt-repository -y ppa:git-core/ppa
8484 apt update
8585 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
8787 sh cmake-3.28.0-rc5-linux-x86_64.sh --skip-license --prefix=/usr
8888 - name : checkout
8989 uses : actions/checkout@v3
@@ -402,7 +402,7 @@ jobs:
402402 - uses : jcbhmr/setup-wasmtime@v2
403403 - name : setup wasi-sdk
404404 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
406406 sudo apt install /tmp/wasi-sdk*.deb
407407 - name : test
408408 run : |
You can’t perform that action at this time.
0 commit comments