Skip to content

Commit c4b4fbb

Browse files
committed
Update CI
1 parent d49cc98 commit c4b4fbb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ jobs:
99
with:
1010
path: ~/.local/share/racket
1111
key: ${{ runner.os }}-raco-${{ hashFiles('**/info.rkt') }}
12-
- uses: Bogdanp/setup-racket@v0.6
12+
- uses: Bogdanp/setup-racket@v1.7
1313
with:
1414
architecture: 'x64'
1515
distribution: 'full'
16-
variant: 'regular'
17-
version: '8.1'
16+
version: 'current'
1817
- run: raco pkg install --auto --no-setup --skip-installed
1918
- run: raco setup redex
2019
- run: raco test --drdr .

0 commit comments

Comments
 (0)