Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince527GitHub authored Jun 22, 2024
1 parent 5fee038 commit c0cfd8c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v4

- uses: actions/setup-python@v5
if: matrix.os == 'macos-latest'
with:
python-version: '3.10'

- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -22,10 +27,6 @@ jobs:
- name: Install Packages
run: npm i

- name: Mac only Packages
if: matrix.os == 'macos-latest'
run: pip install setuptools

- name: Build App
run: npm run make

Expand Down

0 comments on commit c0cfd8c

Please sign in to comment.