Skip to content

Commit 91ed62c

Browse files
authored
Merge pull request #10 from DeterminateSystems/remove-use-flakehub-param
Remove use-flakehub param in CI
2 parents 2ee4317 + 072b361 commit 91ed62c

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/flakehub-cache.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,21 @@ jobs:
1010
ACTIONS_STEP_DEBUG: true
1111
runs-on: ${{ matrix.systems.runner }}
1212
permissions:
13-
id-token: "write"
14-
contents: "read"
13+
id-token: write
14+
contents: read
1515
strategy:
1616
matrix:
1717
systems:
18-
- nix-system: "aarch64-darwin"
19-
runner: "macos-latest-xlarge"
20-
- nix-system: "x86_64-darwin"
21-
runner: "macos-13"
22-
- nix-system: "x86_64-linux"
23-
runner: "ubuntu-22.04"
18+
- nix-system: aarch64-darwin
19+
runner: macos-latest-xlarge
20+
- nix-system: x86_64-darwin
21+
runner: macos-latest-xlarge
22+
- nix-system: x86_64-linux
23+
runner: UbuntuLatest32Cores128G
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: DeterminateSystems/nix-installer-action@main
2727
- uses: DeterminateSystems/flakehub-cache-action@main
28-
with:
29-
use-flakehub: true
3028
- name: Build dev shell for ${{ matrix.systems.nix-system }} on ${{ matrix.systems.runner }}
3129
run: |
3230
nix build .#devShells.${{ matrix.systems.nix-system }}.default

0 commit comments

Comments
 (0)