Skip to content

chore: move workflow to correct folder #1

chore: move workflow to correct folder

chore: move workflow to correct folder #1

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
strategy:
matrix:
os:
- macos-latest
template:
- templates/minimal
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: |
# Github Action runners do not support M1 yet.
cd ${{ matrix.template }}

Check failure on line 24 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

You have an error in your yaml syntax on line 24
echo $HOME
echo $USER
# nix run nixpkgs#sd 'nixpkgs.hostPlatform = "aarch64-darwin"' 'nixpkgs.hostPlatform = "x86_64-darwin"' flake.nix
# nix run nix-darwin --extra-experimental-features "nix-command flakes" -- switch --flake .#"${hostname}"