1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 01:18:39 +03:00
This commit is contained in:
Eugene Pankov 2019-10-13 22:53:30 -07:00
parent 4ee8e90665
commit 607ea4b549

View File

@ -15,7 +15,7 @@ jobs:
- name: Install deps
run: |
yarn cache clean
npm i -g yarn@1.19.1
cd app
yarn
cd ..