Skip to content

CD: Update dependencies #111

CD: Update dependencies

CD: Update dependencies #111

Workflow file for this run

name: ci
on:
pull_request:
branches:
- trunk
jobs:
build:
strategy:
matrix:
repo:
- spaceporn
os:
- ubuntu-latest
- windows-latest
zig_opts:
- ''
- '-Ddev'
- '-Dturbo'
runs-on: "${{ matrix.os }}"
steps:
- uses: tiawl/spaceporn-action-ci@v1.1.1
with:
repository: "${{ github.repository }}"
additional_zig_opts: "${{ matrix.zig_opts }}"
sha: "${{ github.event.pull_request.head.sha }}"
user: "${{ matrix.repo }}"
token: "${{ github.token }}"
test_build: 'true'
test_update: 'false'
test_fetch: 'false'