File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,16 @@ jobs:
1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- racket-variant : ['BC', 'CS']
1514 racket-version : ['stable', 'current']
16- name : Test on Racket ${{ matrix.racket-version }} ${{ matrix.racket-variant }}
15+ name : Test on Racket ${{ matrix.racket-version }}
1716 steps :
1817 - name : Checkout splitflap repo
1918 uses : actions/checkout@master
20- - name : Install Racket ${{ matrix.racket-version }} ${{ matrix.racket-variant }}
19+ - name : Install Racket ${{ matrix.racket-version }}
2120 uses : Bogdanp/setup-racket@v1.14
2221 with :
2322 architecture : ' x64'
2423 distribution : ' full'
25- variant : ${{ matrix.racket-variant }}
2624 version : ${{ matrix.racket-version }}
2725 - name : Install splitflap lib and dependencies
2826 run : raco pkg install --auto --batch --link splitflap-lib/
You can’t perform that action at this time.
0 commit comments