We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e736f02 commit 7862920Copy full SHA for 7862920
1 file changed
.github/workflows/ci.yml
@@ -7,13 +7,13 @@ jobs:
7
strategy:
8
matrix:
9
racket-version: ["stable", "current"]
10
- racket-variant: ["BC", "CS"]
+ racket-variant: ["CS"]
11
steps:
12
- - uses: actions/checkout@v2
13
- - uses: Bogdanp/setup-racket@v0.12
+ - uses: actions/checkout@v5
+ - uses: Bogdanp/setup-racket@v1.14
14
with:
15
- architecture: x64
16
- distribution: full
+ architecture: 'x64'
+ distribution: 'full'
17
variant: ${{ matrix.racket-variant }}
18
version: ${{ matrix.racket-version }}
19
- name: Installing debug and its dependencies
0 commit comments