mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-31 23:28:28 -04:00
⚡ build action with builder package
This commit is contained in:
parent
3637530281
commit
eab56af466
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -65,11 +65,14 @@ jobs:
|
|||
- name: Install pip dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install --upgrade setuptools
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
continue-on-error: false
|
||||
|
||||
- name: Generating `Bibata` Cursor Theme
|
||||
run: python build.py
|
||||
run: |
|
||||
python setup.py install
|
||||
python build.py
|
||||
|
||||
- name: Compressing Artifacts
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue