Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
modstart committed Oct 18, 2024
1 parent 25cec24 commit 34ea4ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- name: Install Dependencies
run: npm install

- name: Build Prepare
run: |
pip install setuptools
- name: Build Release Files
run: npm run build
env:
Expand Down

0 comments on commit 34ea4ac

Please sign in to comment.