Skip to content

Commit f98d337

Browse files
authored
ci: fix msbuild cache key and clean up unused matrix properties (#4367)
* ci: fix msbuild cache key and clean up unused matrix properties * Fix inconsistent step name
1 parent bca5e8a commit f98d337

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ jobs:
2323
rid: linux-x64
2424
- os: ubuntu-22.04-arm
2525
rid: linux-arm64
26-
target: Linux-arm64
2726
- os: ubuntu-latest
2827
rid: linux-musl-x64
29-
target: Linux-musl
3028
container:
3129
image: ghcr.io/getsentry/sentry-dotnet-alpine:3.21
3230
- os: macos-15 # Pin macos to get the version of Xcode that we need: https://github.com/actions/runner-images/issues/10703
@@ -35,7 +33,6 @@ jobs:
3533
rid: win-x64
3634
- os: windows-11-arm
3735
rid: win-arm64
38-
target: Windows-arm64
3936

4037
steps:
4138
- name: Checkout
@@ -251,11 +248,11 @@ jobs:
251248
with:
252249
submodules: recursive
253250

254-
- name: Download sentry-native (Windows)
251+
- name: Download sentry-native (win-x64)
255252
uses: actions/cache/restore@v4
256253
with:
257254
path: src/Sentry/Platforms/Native/sentry-native
258-
key: sentry-native-Windows-${{ hashFiles('scripts/build-sentry-native.ps1') }}-${{ hashFiles('.git/modules/modules/sentry-native/HEAD') }}
255+
key: sentry-native-win-x64-${{ hashFiles('scripts/build-sentry-native.ps1') }}-${{ hashFiles('.git/modules/modules/sentry-native/HEAD') }}
259256
fail-on-cache-miss: true
260257
enableCrossOsArchive: true
261258

@@ -298,7 +295,7 @@ jobs:
298295
- name: Set Environment Variables
299296
run: echo "CI_PUBLISHING_BUILD=true" >> $GITHUB_ENV
300297

301-
- name: Download sentry-native (macOS)
298+
- name: Download sentry-native (macos)
302299
uses: actions/cache/restore@v4
303300
with:
304301
path: src/Sentry/Platforms/Native/sentry-native

0 commit comments

Comments
 (0)