File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 45
45
ghcup config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/develop/ghcup-cross-0.0.8.yaml
46
46
ghcup install ghc --set wasm32-wasi-9.10.1 -- $CONFIGURE_ARGS
47
47
48
- - name : install-sass
49
- run : |
50
- npm install -g sass
48
+ - uses : dw-labs-org/dart-sass-gha@v1
51
49
52
50
- name : build-frontend
53
51
run : |
80
78
env :
81
79
FLAVOUR : ' 9.10'
82
80
83
- - name : install-sass
84
- run : |
85
- npm install -g sass
81
+ - uses : dw-labs-org/dart-sass-gha@v1
86
82
87
83
- name : build-frontend
88
84
run : |
Original file line number Diff line number Diff line change @@ -46,11 +46,12 @@ You can set up the toolchain by either:
46
46
- Using [ ` ghcup ` ] ( https://www.haskell.org/ghcup/guide/#cross-support )
47
47
to set up ghc 9.10
48
48
49
+ Also install [ Sass] ( https://sass-lang.com/install/ ) .
50
+
49
51
Then:
50
52
51
53
``` sh
52
54
source ~ /.ghc-wasm/env
53
- npm install -g sass
54
55
cd frontend
55
56
./build.sh
56
57
```
You can’t perform that action at this time.
0 commit comments