Skip to content

Commit

Permalink
condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikescops committed Apr 8, 2024
1 parent b890896 commit 7e6845b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/manual-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
with:
node-version: 18.x

- run: brew install python-setuptools
- if: matrix.settings.host == 'macos-14'
run: brew install python-setuptools
- run: yarn
- run: yarn run build
# remove dev dependencies before packaging
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
with:
node-version: 18.x

- run: brew install python-setuptools
- if: matrix.settings.host == 'macos-14'
run: brew install python-setuptools
- run: yarn
- run: yarn run build
# remove dev dependencies before packaging
Expand Down

0 comments on commit 7e6845b

Please sign in to comment.