Skip to content

Commit 5f337d9

Browse files
committed
Try to fix package install.
1 parent aaac921 commit 5f337d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- name: Build and test
2525
run: |
2626
export LINK_DIR=/usr/lib/x86_64-linux-gnu
27-
raco pkg install langs/
27+
raco pkg install --auto ziggy/
28+
raco pkg install langs/
2829
raco make www/main.scrbl
2930
raco test langs
3031
make -C www main

0 commit comments

Comments
 (0)