We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5ca71 commit c92c550Copy full SHA for c92c550
.github/workflows/ci.yaml
@@ -22,17 +22,10 @@ jobs:
22
steps:
23
- uses: actions/checkout@v5
24
- uses: bazel-contrib/setup-bazel@0.15.0
25
- - name: Install Aspect CLI
26
- uses: jaxxstorm/action-install-gh-release@v2.1.0
27
- with:
28
- repo: aspect-build/aspect-cli
29
- tag: 2025.42.9
30
- asset-name: aspect-cli
31
- platform: unknown_linux
32
- arch: x86_64
33
- extension-matching: disable
34
- rename-to: aspect
35
- chmod: 0755
+ - run: |
+ curl -LO https://github.com/aspect-build/aspect-cli/releases/download/v2025.46.20/aspect-cli-x86_64-unknown-linux-musl
+ chmod +x aspect-cli-x86_64-unknown-linux-musl
+ mv aspect-cli-x86_64-unknown-linux-musl /usr/local/bin/aspect
36
- name: Test
37
working-directory: example
38
shell: sh
0 commit comments