We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85808fd commit 33d3f3aCopy full SHA for 33d3f3a
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Install Wasmtime
47
if: ${{ runner.os == 'Linux' }}
48
shell: bash
49
- run: [ -d ~/.wasmtime/bin ] || (curl https://wasmtime.dev/install.sh -sSf | bash)
+ run: if [ ! -d ~/.wasmtime/bin ]; then curl https://wasmtime.dev/install.sh -sSf | bash; fi
50
51
- name: Rust
52
0 commit comments