Skip to content

Commit

Permalink
ci: 👷 fix macos building
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardDorian authored Jan 25, 2023
1 parent 4431015 commit 73b25fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: actions/setup-node@master
with:
node-version: 16
Expand Down

0 comments on commit 73b25fc

Please sign in to comment.