Skip to content

Commit 0abcf7f

Browse files
Add explicit shebang to install-extra-packages.sh
1 parent e8674ec commit 0abcf7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

swift-ci/main/install-extra-packages.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
install_wasmtime() {
24
export WASMTIME_HOME="${WASMTIME_HOME:-$PREFIX/wasmtime}"
35
curl https://wasmtime.dev/install.sh -sSf | bash /dev/stdin --version v10.0.1

0 commit comments

Comments
 (0)