mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-06-03 08:38:43 -04:00
✨ Prettier
This commit is contained in:
parent
f4e1a7377a
commit
8d1f9a6715
1 changed files with 11 additions and 13 deletions
24
.github/workflows/build.yml
vendored
24
.github/workflows/build.yml
vendored
|
@ -23,15 +23,9 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install build dependencies (apt)
|
- name: Install build dependencies (apt)
|
||||||
run: |
|
run: sudo apt install -y libx11-dev libxcursor-dev libpng-dev
|
||||||
sudo apt install libx11-dev libxcursor-dev libpng-dev
|
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
|
|
||||||
- name: Set Up NodeJS 12.x
|
|
||||||
- uses: actions/setup-node@v1
|
|
||||||
with:
|
|
||||||
node-version: "12.x"
|
|
||||||
|
|
||||||
- name: Get yarn cache directory path
|
- name: Get yarn cache directory path
|
||||||
id: yarn-cache-dir-path
|
id: yarn-cache-dir-path
|
||||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||||
|
@ -44,10 +38,10 @@ jobs:
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- name: Set up Python 3.8
|
- name: Set Up NodeJS 12.x
|
||||||
uses: actions/setup-python@v2
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
python-version: "3.8"
|
node-version: "12.x"
|
||||||
|
|
||||||
- name: Get pip cache directory path
|
- name: Get pip cache directory path
|
||||||
id: pip-cache-dir-path
|
id: pip-cache-dir-path
|
||||||
|
@ -61,12 +55,16 @@ jobs:
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-pip-
|
${{ runner.os }}-pip-
|
||||||
|
|
||||||
|
- name: Set up Python 3.8
|
||||||
|
uses: actions/setup-python@v2
|
||||||
|
with:
|
||||||
|
python-version: "3.8"
|
||||||
|
|
||||||
- name: Generating `macOSBigSur` Cursor Theme
|
- name: Generating `macOSBigSur` Cursor Theme
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
- name: Compressing Artifacts
|
- name: Compressing UNIX theme
|
||||||
run: |
|
run: tar -cvzf macOSBigSur.tar.gz themes/macOSBigSur
|
||||||
tar -cvzf macOSBigSur.tar.gz themes/macOSBigSur
|
|
||||||
|
|
||||||
- name: Uploading `bitmaps` artifact
|
- name: Uploading `bitmaps` artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue