Skip to content

Commit

Permalink
CI: Install full racket instead of minimal-racket
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Nov 12, 2024
1 parent ce33434 commit d0c2066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions/setup-python@v5

- name: Set up Racket
run: brew install minimal-racket
run: brew install --cask racket

- name: Set up Roc
uses: hasnep/setup-roc@main
Expand Down

0 comments on commit d0c2066

Please sign in to comment.