We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaac921 commit 5f337d9Copy full SHA for 5f337d9
1 file changed
.github/workflows/push.yml
@@ -24,7 +24,8 @@ jobs:
24
- name: Build and test
25
run: |
26
export LINK_DIR=/usr/lib/x86_64-linux-gnu
27
- raco pkg install langs/
+ raco pkg install --auto ziggy/
28
+ raco pkg install langs/
29
raco make www/main.scrbl
30
raco test langs
31
make -C www main
0 commit comments