mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-23 11:37:04 -04:00
🚀 apt command
This commit is contained in:
parent
857f322ea6
commit
54fb0bc473
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -23,7 +23,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install build dependencies (apt)
|
||||
run: sudo apt install -y libx11-dev libxcursor-dev libpng-dev
|
||||
run: |
|
||||
sudo apt install -y libx11-dev libxcursor-dev libpng-dev
|
||||
continue-on-error: false
|
||||
|
||||
- name: Get yarn cache directory path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue