Skip to content

Commit 4f40ef0

Browse files
committed
Do not use Nix for CI
1 parent 53ba6fc commit 4f40ef0

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/dashboard.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,13 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222

23-
- name: Install Nix
23+
- name: Install tools
2424
if: github.event.action != 'closed'
25-
uses: DeterminateSystems/nix-installer-action@v4
26-
27-
- name: Setup Nix cache
28-
if: github.event.action != 'closed'
29-
uses: DeterminateSystems/magic-nix-cache-action@v2
25+
run: npm install --no-save purescript@0.15.15 spago@1.0.3
3026

3127
- name: Build dashboard
3228
if: github.event.action != 'closed'
33-
run: nix develop --command npm run dashboard:build
29+
run: npm run dashboard:build
3430

3531
- name: Verify bundle
3632
if: github.event.action != 'closed'

0 commit comments

Comments
 (0)