File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments