Skip to content

Commit 134d2a0

Browse files
committed
CI updates
1 parent 1051a01 commit 134d2a0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,17 @@ jobs:
141141
- platform: windows-latest
142142
target: x86_64-pc-windows-msvc
143143
name: windows-x86_64
144+
build: build
144145
features: default
145146
- platform: macos-latest
146147
target: x86_64-apple-darwin
147148
name: macos-x86_64
149+
build: build
148150
features: default
149151
- platform: macos-latest
150152
target: aarch64-apple-darwin
151153
name: macos-arm64
154+
build: build
152155
features: default
153156
fail-fast: false
154157
runs-on: ${{ matrix.platform }}
@@ -162,14 +165,9 @@ jobs:
162165
uses: dtolnay/rust-toolchain@stable
163166
with:
164167
targets: ${{ matrix.target }}
165-
# - name: Setup sccache
166-
# uses: mozilla-actions/[email protected]
167168
- name: Cargo build
168-
# env:
169-
# RUSTC_WRAPPER: sccache
170-
# SCCACHE_GHA_ENABLED: "true"
171169
run: >
172-
cargo build --profile ${{ env.BUILD_PROFILE }} --target ${{ matrix.target }}
170+
cargo ${{ matrix.build }} --profile ${{ env.BUILD_PROFILE }} --target ${{ matrix.target }}
173171
--bin objdiff-cli --features ${{ matrix.features }}
174172
- name: Upload artifacts
175173
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)