Skip to content

feat(macos-remote-bulder): authorize buildbot-nix-0 and enable remote building #317

feat(macos-remote-bulder): authorize buildbot-nix-0 and enable remote building

feat(macos-remote-bulder): authorize buildbot-nix-0 and enable remote building #317

Workflow file for this run

name: Build
on:
pull_request:
push:
branches: [develop]
jobs:
os:
strategy:
fail-fast: false
matrix:
os: [ ]

Check failure on line 14 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/pr.yml (Line: 14, Col: 13): Matrix vector 'os' does not contain any values
name: OS
runs-on: ${{ matrix.os }}
permissions:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v12
- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: DeterminateSystems/flake-checker-action@v8
- run: |
nix build .#build-os-configurations
ls -lha result/