Skip to content

Commit 375dbb9

Browse files
committed
ruby fix
1 parent 650baa6 commit 375dbb9

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-artifact.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
npm install --global create-dmg
4747
npm install --global @bugsnag/cli
4848
brew install sentry-cli
49+
- name: Set macOS SDK root
50+
run: echo "SDKROOT=$(xcrun --show-sdk-path)" >> $GITHUB_ENV
4951
- uses: ruby/setup-ruby@v1
5052
with:
5153
ruby-version: ".ruby-version"

.github/workflows/release-next.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
npm install --global create-dmg
4242
npm install --global @bugsnag/cli
4343
brew install sentry-cli
44+
- name: Set macOS SDK root
45+
run: echo "SDKROOT=$(xcrun --show-sdk-path)" >> $GITHUB_ENV
4446
- uses: ruby/setup-ruby@v1
4547
with:
4648
ruby-version: ".ruby-version"

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
npm install --global create-dmg
4848
npm install --global @bugsnag/cli
4949
brew install sentry-cli
50+
- name: Set macOS SDK root
51+
run: echo "SDKROOT=$(xcrun --show-sdk-path)" >> $GITHUB_ENV
5052
- uses: ruby/setup-ruby@v1
5153
with:
5254
ruby-version: ".ruby-version"

0 commit comments

Comments
 (0)