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 0eeef6d commit 16b2ac7
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,14 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
run: |
$env:NODE_GYP_FORCE_PYTHON = (Get-Command python | Select-Object -ExpandProperty Path)
npm audit fix
npm update
npm install
npm install --no-audit
- name: Install dependencies in Mac
shell: bash
if: ${{ matrix.os == 'macos-latest' }}
run: |
NODE_GYP_FORCE_PYTHON=$(which python3) npm install --save-dev appdmg
npm audit fix
npm update
npm install
NODE_GYP_FORCE_PYTHON=$(which python3) npm install --save-dev appdmg --no-audit
npm install --no-audit
- name: Build the application
Expand Down

0 comments on commit 16b2ac7

Please sign in to comment.