Skip to content

Commit

Permalink
[ci] setup v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dannypsnl committed Mar 3, 2021
1 parent dfdc0d9 commit 1006d33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/racket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Setup Racket
uses: Bogdanp/setup-racket@v0.14
uses: Bogdanp/setup-racket@v1.1
with:
architecture: 'x64' # (x64 or x86), ignored on Linux
architecture: 'x64' # (x64 or x86), ignored on Linux
variant: ${{ matrix.racket-variant }}
version: ${{ matrix.racket-version }} # or 'current' for the latest snapshot
version: ${{ matrix.racket-version }}
- run: raco pkg install --auto
- run: make test

0 comments on commit 1006d33

Please sign in to comment.