Skip to content

Commit eccde3a

Browse files
committed
build: run on self-hosted for now
magic-nix-cache-action has been deprecated, and getting a permission denied error on ubuntu-latest
1 parent d86caab commit eccde3a

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

.github/workflows/check.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,23 @@ on:
88

99
jobs:
1010
cli:
11-
runs-on: ubuntu-latest
11+
runs-on: self-hosted
1212
steps:
13-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@main
14-
- uses: DeterminateSystems/nix-installer-action@b92f66560d6f97d6576405a7bae901ab57e72b6a # pin@main
15-
# with:
16-
# nix-installer-tag: v0.16.1 # https://github.com/DeterminateSystems/nix-installer/tags
17-
- uses: DeterminateSystems/magic-nix-cache-action@a76a83091cd8728db8c37312dbdd0eeb1177a6c0 # pin@main
18-
- uses: DeterminateSystems/flake-checker-action@078f5f7f47ee188aa6cb472527ca5984e195222d # pin@main
13+
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # pin@main
1914
- name: Check flake
2015
run: nix flake check
2116

2217
examples:
23-
runs-on: ubuntu-latest
18+
runs-on: self-hosted
2419
strategy:
20+
fail-fast: false
2521
matrix:
2622
example:
2723
- external-deps
2824
- marlin
25+
- multi-env
2926
steps:
30-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@main
31-
- uses: DeterminateSystems/nix-installer-action@b92f66560d6f97d6576405a7bae901ab57e72b6a # pin@main
32-
# with:
33-
# nix-installer-tag: v0.16.1 # https://github.com/DeterminateSystems/nix-installer/tags
34-
- uses: DeterminateSystems/magic-nix-cache-action@a76a83091cd8728db8c37312dbdd0eeb1177a6c0 # pin@main
27+
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # pin@main
3528
- name: Check flake
3629
working-directory: examples/${{ matrix.example }}
3730
run: nix flake check

0 commit comments

Comments
 (0)