Skip to content

Commit

Permalink
Merge pull request #203 from tryiou/dev
Browse files Browse the repository at this point in the history
update pre packaged manifest
  • Loading branch information
ConanMishler authored Nov 20, 2023
2 parents 142276a + dd4e016 commit 87726e9
Show file tree
Hide file tree
Showing 18 changed files with 160 additions and 2,181 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:
with:
node-version: 18

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'

- run: npm install --no-audit
- run: |
npm run download-binaries-mac
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ package-lock.json
/temp
.DS_Store
/bin
.history/
Loading

0 comments on commit 87726e9

Please sign in to comment.