Skip to content

Commit 5333d8d

Browse files
update deps
1 parent 6cd09f0 commit 5333d8d

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,21 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- uses: purescript-contrib/setup-purescript@main
17-
18-
- name: Cache PureScript dependencies
19-
uses: actions/cache@v4
16+
- name: Install Nix
17+
uses: DeterminateSystems/nix-installer-action@v21
2018
with:
21-
key: ${{ runner.os }}-spago-${{ hashFiles('**/spago.lock') }}
22-
path: |
23-
.spago
24-
output
19+
determinate: false
20+
21+
- name: Setup Nix cache
22+
uses: DeterminateSystems/magic-nix-cache-action@v13
2523

26-
- uses: actions/setup-node@v4
24+
- name: Checkout registry-dev
25+
uses: actions/checkout@v4
2726
with:
28-
node-version: "20"
27+
repository: purescript/registry-dev
28+
ref: master
29+
path: registry-dev
2930

30-
- run: spago build
31+
- run: nix develop -c spago build
3132

32-
- run: spago test
33+
- run: nix develop -c spago test

0 commit comments

Comments
 (0)