mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-18 02:19:57 +00:00
install bsdtar in linux workflow
This commit is contained in:
parent
1b1127ab28
commit
d21d019b5c
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
@ -2,7 +2,7 @@ name: Linux Build
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-16.04
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -15,6 +15,7 @@ jobs:
|
||||
|
||||
- name: Install deps
|
||||
run: |
|
||||
sudo apt-get install bsdtar
|
||||
npm i -g yarn@1.19.1
|
||||
cd app
|
||||
yarn
|
||||
|
Loading…
x
Reference in New Issue
Block a user