Skip to content

Commit 2a4e519

Browse files
committed
GH fetch is broken
1 parent c96ccd7 commit 2a4e519

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,10 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v5
2323
- uses: bazel-contrib/setup-bazel@0.15.0
24-
- name: Install Aspect CLI
25-
uses: jaxxstorm/action-install-gh-release@v2.1.0
26-
with:
27-
repo: aspect-build/aspect-cli
28-
tag: v2025.46.20
29-
asset-name: aspect-cli
30-
platform: unknown_linux
31-
arch: x86_64
32-
extension-matching: disable
33-
rename-to: aspect
34-
chmod: 0755
24+
- run: |
25+
curl -LO https://github.com/aspect-build/aspect-cli/releases/download/v2025.46.20/aspect-cli-x86_64-unknown-linux-musl
26+
chmod +x aspect-cli-x86_64-unknown-linux-musl
27+
mv aspect-cli-x86_64-unknown-linux-musl /usr/local/bin/aspect
3528
- name: Test
3629
working-directory: example
3730
shell: sh

example/README.md

100644100755
File mode changed.

0 commit comments

Comments
 (0)