Skip to content

Commit a73bf92

Browse files
WojciechMazurjchyb
authored andcommitted
Fix Widows CI
1 parent f66acab commit a73bf92

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: olafurpg/setup-scala@v13
1818
- name: Test
19-
run: >
20-
sbt
21-
'set scalaNativeVersion := "${{matrix.SN}}"'
22-
cli/test
23-
cli/scripted
19+
run: >
20+
sbt 'set cli/scalaNativeVersion := "${{matrix.SN}}"'
21+
cli/test
22+
cli/scripted
23+
shell: bash

0 commit comments

Comments
 (0)