Skip to content

Commit

Permalink
Try to fix package install.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Jan 28, 2024
1 parent aaac921 commit 5f337d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Build and test
run: |
export LINK_DIR=/usr/lib/x86_64-linux-gnu
raco pkg install langs/
raco pkg install --auto ziggy/
raco pkg install langs/
raco make www/main.scrbl
raco test langs
make -C www main
Expand Down

0 comments on commit 5f337d9

Please sign in to comment.