Skip to content

Commit 1cd9eee

Browse files
Ensure Mono is installed on linux-arm64
Resolves #4543 - #4543 #skip-changelog
1 parent 03721c1 commit 1cd9eee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,10 @@ jobs:
266266
name: ${{ github.sha }}
267267
path: src
268268

269+
- name: Install Mono (linux-arm64)
270+
if: matrix.os == 'ubuntu-22.04-arm'
271+
run: sudo apt-get update && sudo apt-get install -y mono-complete
272+
269273
- name: Integration test
270274
uses: getsentry/github-workflows/sentry-cli/integration-test/@v2
271275
with:

0 commit comments

Comments
 (0)