File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -141,14 +141,17 @@ jobs:
141
141
- platform : windows-latest
142
142
target : x86_64-pc-windows-msvc
143
143
name : windows-x86_64
144
+ build : build
144
145
features : default
145
146
- platform : macos-latest
146
147
target : x86_64-apple-darwin
147
148
name : macos-x86_64
149
+ build : build
148
150
features : default
149
151
- platform : macos-latest
150
152
target : aarch64-apple-darwin
151
153
name : macos-arm64
154
+ build : build
152
155
features : default
153
156
fail-fast : false
154
157
runs-on : ${{ matrix.platform }}
@@ -162,14 +165,9 @@ jobs:
162
165
uses : dtolnay/rust-toolchain@stable
163
166
with :
164
167
targets : ${{ matrix.target }}
165
- # - name: Setup sccache
166
- # uses: mozilla-actions/[email protected]
167
168
- name : Cargo build
168
- # env:
169
- # RUSTC_WRAPPER: sccache
170
- # SCCACHE_GHA_ENABLED: "true"
171
169
run : >
172
- cargo build --profile ${{ env.BUILD_PROFILE }} --target ${{ matrix.target }}
170
+ cargo ${{ matrix. build }} --profile ${{ env.BUILD_PROFILE }} --target ${{ matrix.target }}
173
171
--bin objdiff-cli --features ${{ matrix.features }}
174
172
- name : Upload artifacts
175
173
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments