Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Dec 15, 2024
1 parent 550cb53 commit 0eeef6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install dependencies in Mac
shell: bash
if: ${{ matrix.os == 'mac-latest' }}
if: ${{ matrix.os == 'macos-latest' }}
run: |
NODE_GYP_FORCE_PYTHON=$(which python3) npm install --save-dev appdmg
npm audit fix
Expand Down

0 comments on commit 0eeef6d

Please sign in to comment.