Skip to content

chore(ci): build the app for aarch64-macos darwin #2

chore(ci): build the app for aarch64-macos darwin

chore(ci): build the app for aarch64-macos darwin #2

Workflow file for this run

name: Nix Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Nix package manager
uses: DeterminateSystems/nix-installer-action@main
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build
run: nix build