Skip to content

Commit

Permalink
Fix github actions for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
cavearr committed Nov 10, 2023
1 parent 6d7fe9b commit 33d2d1f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
ref: develop

ref: develop
- name: Setup Nodejs version
uses: actions/setup-node@v3
with:
node-version: '20.1.0'
- name: Install npm dependencies
run: npm install --legacy-peer-deps
-name: Install dmg bundle creator
- name: Install dmg bundle creator
run: npm install grunt-appdmg
- name: Build OSX packages
run: |
Expand Down

0 comments on commit 33d2d1f

Please sign in to comment.