Skip to content

use script

use script #4

Workflow file for this run

name: Build
on:
push:
branches: [master]
pull_request: {}
workflow_dispatch: {}
jobs:
build:
name: Build Linux amd64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: ./scripts/ci.sh