Files
sqlite3/.github/workflows/repro.yml
Nuno Cruces 997e197f54 VFS tweaks.
2023-11-28 16:38:02 +00:00

25 lines
406 B
YAML

name: Reproducible build
on:
workflow_dispatch:
jobs:
test:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
lfs: 'true'
- name: Set up
uses: actions/setup-go@v4
with:
go-version: stable
- name: Build
run: .github/workflows/repro.sh