Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emcardoso authored Feb 17, 2024
1 parent 5c0f7f5 commit 0b6127a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
distribution: 'full'
version: '8.6'
- name: Install deps
run: raco pkg install --auto --batch --fail-fast rackcheck; raco pkg install --auto --batch --fail-fast cover; # Runs a single command using the runners shell
run: sudo raco pkg install --auto --batch --fail-fast rackcheck pegwfgen typed-racket-datatype
sudo raco pkg install --auto --batch --fail-fast cover; # Runs a single command using the runners shell

- name: compile
run: sudo raco setup; sudo raco pkg install; raco make main.rkt
Expand Down

0 comments on commit 0b6127a

Please sign in to comment.