Skip to content

Linux

Linux #25

Workflow file for this run

name: Linux
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: Build
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install -g yarn
- run: yarn
- run: yarn run make
- uses: actions/upload-artifact@v4
with:
name: dz-linux
path: |
out/make/*