Skip to content

Commit e8dc12d

Browse files
author
marco
committed
test
1 parent 949a847 commit e8dc12d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ jobs:
6363
steps:
6464
- uses: actions/checkout@v5
6565

66-
- name: Install dependencies
67-
env:
68-
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
69-
run: |
70-
brew install --quiet cmake ninja git capnp
66+
- name: Install Nix
67+
uses: cachix/install-nix-action@v31
68+
with:
69+
nix_path: nixpkgs=channel:nixos-25.05
7170

7271
- name: Run CI script
73-
run: |
74-
CI_CONFIG="ci/configs/macos.bash" bash ci/scripts/ci.sh
72+
env:
73+
CI_CONFIG: ci/configs/macos.bash
74+
run: ci/scripts/run.sh
7575

7676
build:
7777
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)