Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emcardoso authored Oct 2, 2024
1 parent e67043a commit 4a69b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
distribution: 'full'
version: '8.11'
- name: Install deps
run: raco pkg install --auto --batch --fail-fast rackcheck peg-gen typed-racket-datatype;
run: raco pkg install --auto --batch --fail-fast rackcheck peg-gen typed-racket-datatype pprint;

- name: compile
run: raco pkg install; raco make main.rkt

0 comments on commit 4a69b91

Please sign in to comment.