Skip to content

Commit 7862920

Browse files
committed
Update ci.yml
1 parent e736f02 commit 7862920

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77
strategy:
88
matrix:
99
racket-version: ["stable", "current"]
10-
racket-variant: ["BC", "CS"]
10+
racket-variant: ["CS"]
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: Bogdanp/setup-racket@v0.12
12+
- uses: actions/checkout@v5
13+
- uses: Bogdanp/setup-racket@v1.14
1414
with:
15-
architecture: x64
16-
distribution: full
15+
architecture: 'x64'
16+
distribution: 'full'
1717
variant: ${{ matrix.racket-variant }}
1818
version: ${{ matrix.racket-version }}
1919
- name: Installing debug and its dependencies

0 commit comments

Comments
 (0)