We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0467e30 commit 1b12c12Copy full SHA for 1b12c12
1 file changed
.github/workflows/validate.yml
@@ -46,13 +46,10 @@ jobs:
46
steps:
47
- uses: actions/checkout@v4
48
49
- - name: Install bazelisk
50
- run: |
51
- curl -fsSL https://github.com/bazelbuild/bazelisk/releases/download/v1.20.0/bazelisk-linux-amd64 \
52
- -o /usr/local/bin/bazelisk
53
- chmod +x /usr/local/bin/bazelisk
54
- ln -s /usr/local/bin/bazelisk /usr/local/bin/bazel
55
- bazel --version
+ - name: Set up bazelisk
+ uses: bazel-contrib/setup-bazel@0.9.1
+ with:
+ bazelisk-version: "1.x"
56
57
- name: bazel build //... (WIT → wit-bindgen → rust_component → .wasm)
58
run: bazel build //...
0 commit comments