File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change 42
42
pull_request :
43
43
push :
44
44
tags :
45
- - " **[0-9]+.[0-9]+.[0-9]+*"
45
+ - ' **[0-9]+.[0-9]+.[0-9]+*'
46
46
47
47
jobs :
48
48
# Run 'dist plan' (or host) to determine what tasks we need to do
@@ -129,27 +129,6 @@ jobs:
129
129
- name : Install dependencies
130
130
run : |
131
131
${{ matrix.packages_install }}
132
-
133
- - name : Configure sccache
134
- run : |
135
- echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
136
- echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
137
-
138
- - name : Run sccache-cache
139
- uses :
mozilla-actions/[email protected]
140
-
141
- - name : Rust Cache
142
- uses : Swatinem/rust-cache@v2
143
- with :
144
- prefix-key : " v1-rust"
145
- shared-key : " ${{ matrix.target }}-build"
146
- cache-targets : " true"
147
- cache-on-failure : " true"
148
- cache-all-crates : " true"
149
- save-if : ${{ github.ref == 'refs/heads/master' }}
150
- workspaces : |
151
- . -> target
152
-
153
132
- name : Build artifacts
154
133
run : |
155
134
# Actually do builds and make zips and whatnot
@@ -168,7 +147,6 @@ jobs:
168
147
echo "EOF" >> "$GITHUB_OUTPUT"
169
148
170
149
cp dist-manifest.json "$BUILD_MANIFEST_NAME"
171
-
172
150
- name : " Upload artifacts"
173
151
uses : actions/upload-artifact@v4
174
152
with :
You can’t perform that action at this time.
0 commit comments