Skip to content

Update ci.yml

Update ci.yml #40

Workflow file for this run

name: Prebuild
on: push
jobs:
prebuild-linux:
runs-on: ubuntu-20.04
steps:
- run: ldd --version
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-node@v3
- run: |
sudo apt-get update
sudo apt-get install -y libxrandr-dev libxtst-dev
- run: yarn apply-libuiohook-patch
- run: yarn --frozen-lockfile
- run: yarn prebuild --arch x64
- run: yarn prebuild --arch arm64
- uses: actions/upload-artifact@v3
with:
name: linux
path: prebuilds