🚀 apt command

This commit is contained in:
ful1e5 2021-02-03 18:21:20 +05:30
parent 857f322ea6
commit 54fb0bc473

View file

@ -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