Skip to content

Commit 18a10a0

Browse files
committed
Install by path?
1 parent a230781 commit 18a10a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wasm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: wasm32-wasi-cabal build lib:agda
6868

6969
- name: Install lsp-types & agda
70-
run: wasm32-wasi-cabal install --lib lsp-types Agda
70+
run: wasm32-wasi-cabal install --lib ./wasm-submodules/lsp/lsp-types ./wasm-submodules/agda
7171

7272
- name: Build every dependency else
7373
working-directory: './als'

0 commit comments

Comments
 (0)