1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 13:13:59 +03:00

fixed builds

This commit is contained in:
Eugene 2023-11-04 23:34:07 +01:00
parent 26d6d14703
commit 72c0692843
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -2,7 +2,7 @@ name: Package-Build
on: [push, pull_request]
jobs:
Lint:
runs-on: macos-11
runs-on: ubuntu-20.04
steps:
- name: Checkout
@ -162,7 +162,7 @@ jobs:
- name: Install deps (amd64)
run: |
sudo apt-get update
sudo apt-get install libarchive-tools zsh
sudo apt-get install libarchive-tools zsh python3-distutils
- name: Install npm_modules (amd64)
run: |