github.com/ncruces/go-sqlite3@v0.15.1-0.20240520133447-53eef1510ff0/.github/workflows/repro.yml (about) 1 name: Reproducible build 2 3 on: 4 workflow_dispatch: 5 6 jobs: 7 build: 8 strategy: 9 matrix: 10 os: [macos-latest, ubuntu-latest, windows-latest] 11 runs-on: ${{ matrix.os }} 12 13 steps: 14 - uses: actions/checkout@v4 15 - uses: actions/setup-go@v5 16 with: { go-version: stable } 17 18 - name: Build 19 run: .github/workflows/repro.sh