We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ba6fc commit 4f40ef0Copy full SHA for 4f40ef0
1 file changed
.github/workflows/dashboard.yml
@@ -20,17 +20,13 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
23
- - name: Install Nix
+ - name: Install tools
24
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
+ run: npm install --no-save purescript@0.15.15 spago@1.0.3
30
31
- name: Build dashboard
32
33
- run: nix develop --command npm run dashboard:build
+ run: npm run dashboard:build
34
35
- name: Verify bundle
36
0 commit comments