Skip to content

Commit

Permalink
Configure setup-racket to v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoLR10 committed Oct 12, 2023
1 parent 19c77b9 commit 48245ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
experimental: true
steps:
- uses: actions/checkout@v2
- uses: Bogdanp/setup-racket@v1.10
- uses: Bogdanp/setup-racket@v1.7
with:
architecture: x64
distribution: full
variant: ${{ matrix.racket-variant }}
version: ${{ matrix.racket-version }}
- name: Installing dependencies
run: raco pkg install
run: raco pkg install --auto
- name: Checking compilation
run: raco exe --gui main.rkt

0 comments on commit 48245ee

Please sign in to comment.