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 6fbda07 commit b1c93a9Copy full SHA for b1c93a9
.github/workflows/ci.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Checkout
18
uses: actions/checkout@v2
19
- name: asdf_install
20
- uses: asdf-vm/actions/install@v1
+ uses: asdf-vm/actions/install@v3
21
- run: make install-dev-tools
22
# Make asdf aware of globally installed binaries
23
- run: asdf reshim
@@ -35,5 +35,5 @@ jobs:
35
36
37
38
39
- run: make shellcheck
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: make clean
- run: make build-amd
24
- run: make build-arm
0 commit comments