We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a230781 commit 18a10a0Copy full SHA for 18a10a0
.github/workflows/wasm.yaml
@@ -67,7 +67,7 @@ jobs:
67
run: wasm32-wasi-cabal build lib:agda
68
69
- name: Install lsp-types & agda
70
- run: wasm32-wasi-cabal install --lib lsp-types Agda
+ run: wasm32-wasi-cabal install --lib ./wasm-submodules/lsp/lsp-types ./wasm-submodules/agda
71
72
- name: Build every dependency else
73
working-directory: './als'
0 commit comments