Skip to content

update workflows

update workflows #1

Workflow file for this run

name: Test building binaries
on:
pull_request:
types: [synchronize]
jobs:
build-for-release:
name: Build and release
strategy:
matrix:
job:
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: aarch64-apple-darwin
os: macos-latest
- target: x86_64-apple-darwin
os: macos-latest
- target: x86_64-pc-windows-msvc
os: windows-latest
uses: ./.github/workflows/build.yml

Check failure on line 21 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Test building binaries

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 21, Col: 11): Input os is required, but not provided while calling.

Check failure on line 21 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Test building binaries

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 21, Col: 11): Input os is required, but not provided while calling.
with:
target: ${{ matrix.job.target }}