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 0b6127a commit 6de14c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
distribution: 'full'
version: '8.6'
- name: Install deps
run: sudo raco pkg install --auto --batch --fail-fast rackcheck pegwfgen typed-racket-datatype
run: sudo raco pkg install --auto --batch --fail-fast rackcheck
sudo raco pkg install --auto --batch --fail-fast pegwfgen
sudo raco pkg install --auto --batch --fail-fast yped-racket-datatype
sudo raco pkg install --auto --batch --fail-fast cover; # Runs a single command using the runners shell

- name: compile
Expand Down

0 comments on commit 6de14c7

Please sign in to comment.