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 b759f46 commit 0a0dc14Copy full SHA for 0a0dc14
.github/workflows/build.yml
@@ -64,10 +64,6 @@ jobs:
64
key: sentry-native-${{ matrix.rid }}-${{ hashFiles('scripts/build-sentry-native.ps1') }}-${{ hashFiles('.git/modules/modules/sentry-native/HEAD') }}
65
enableCrossOsArchive: true
66
67
- - name: Remove unused applications
68
- if: ${{ !matrix.container }}
69
- uses: ./.github/actions/freediskspace
70
-
71
- run: scripts/build-sentry-native.ps1
72
if: steps.cache.outputs.cache-hit != 'true'
73
shell: pwsh
0 commit comments