Skip to content

Commit b37627d

Browse files
imcottonsaghul
authored andcommitted
CI to silent wget by -nv (--no-verbose)
1 parent a0f5077 commit b37627d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)