Skip to content

Commit b7ae201

Browse files
committed
trigger CI
1 parent 7f0a9e8 commit b7ae201

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ jobs:
1818
- name: Checkout repository
1919
uses: actions/checkout@v4
2020

21-
- uses: DeterminateSystems/determinate-nix-action@v3
21+
- name: Install Determinate Nix
22+
uses: DeterminateSystems/determinate-nix-action@v3
23+
24+
- name: FlakeHub / Magic cache
25+
uses: DeterminateSystems/flakehub-cache-action@main
2226

2327
- name: Check formatting
2428
run: nix build .#checks.x86_64-linux.pre-commit-check -L
@@ -34,7 +38,11 @@ jobs:
3438
- name: Checkout repository
3539
uses: actions/checkout@v4
3640

37-
- uses: DeterminateSystems/determinate-nix-action@v3
41+
- name: Install Determinate Nix
42+
uses: DeterminateSystems/determinate-nix-action@v3
43+
44+
- name: FlakeHub / Magic cache
45+
uses: DeterminateSystems/flakehub-cache-action@main
3846

3947
- name: Clippy (default workspace)
4048
run: |
@@ -84,12 +92,16 @@ jobs:
8492
- name: Checkout repository
8593
uses: actions/checkout@v4
8694

87-
- uses: DeterminateSystems/determinate-nix-action@v3
95+
- name: Install Determinate Nix
96+
uses: DeterminateSystems/determinate-nix-action@v3
8897
with:
8998
extra-conf: |
9099
extra-substituters = https://ros.cachix.org
91100
extra-trusted-public-keys = ros.cachix.org-1:dSyZxI8geDCJrwgvCOHDoAfOm5sV1wCPjBkKL+38Rvo=
92101
102+
- name: FlakeHub / Magic cache
103+
uses: DeterminateSystems/flakehub-cache-action@main
104+
93105
- name: Setup Cachix
94106
uses: cachix/cachix-action@v15
95107
with:

0 commit comments

Comments
 (0)