Skip to content

Commit c92c550

Browse files
committed
Update ci.yaml
1 parent 3b5ca71 commit c92c550

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,10 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v5
2424
- 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
25+
- run: |
26+
curl -LO https://github.com/aspect-build/aspect-cli/releases/download/v2025.46.20/aspect-cli-x86_64-unknown-linux-musl
27+
chmod +x aspect-cli-x86_64-unknown-linux-musl
28+
mv aspect-cli-x86_64-unknown-linux-musl /usr/local/bin/aspect
3629
- name: Test
3730
working-directory: example
3831
shell: sh

0 commit comments

Comments
 (0)