Skip to content

Commit

Permalink
Mac wait
Browse files Browse the repository at this point in the history
  • Loading branch information
vassbo authored Jun 28, 2024
1 parent 0e07f2c commit 6f671db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,17 @@ jobs:
- name: Install node-gyp
run: npm install -g node-gyp

# Mac building (grandiose - node-gyp) fails just sometimes (has to be re-run).
- name: Install dependencies
run: npm install

- name: Install dmg-license
run: npm i dmg-license

# for some reason the build command don't continue after the rollup build
- name: Sleep for 5 minutes
run: sleep 5m
shell: bash

- name: Build and release app
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6f671db

Please sign in to comment.