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 a52c2b7 commit c09c1efCopy full SHA for c09c1ef
.github/workflows/test.yaml
@@ -143,11 +143,6 @@ jobs:
143
144
steps:
145
146
- - name: Checkout
147
- uses: actions/checkout@v4
148
- with:
149
- fetch-depth: 10
150
-
151
- name: Install build tools
152
run: |
153
apk add curl nodejs-current linux-headers bash gcc musl-dev g++ pkgconf make file
@@ -156,6 +151,11 @@ jobs:
156
apk add --allow-untrusted nfpm*.apk
157
rm nfpm*.apk
158
154
+ - name: Checkout
155
+ uses: actions/checkout@v4
+ with:
+ fetch-depth: 10
+
159
- name: Build rig
160
161
. "$HOME/.cargo/env"
0 commit comments