mirror of https://github.com/sbt/sbt.git
Let Windows know it's bash
This commit is contained in:
parent
30cb1c69d5
commit
abdf89d292
|
|
@ -85,6 +85,7 @@ jobs:
|
|||
path: ~/.sbt
|
||||
key: ${{ runner.os }}-sbt-cache-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
|
||||
- name: Build and test
|
||||
shell: bash
|
||||
run: |
|
||||
rm -rf "$HOME/.sbt/scripted/" || true
|
||||
case ${{ matrix.jobtype }} in
|
||||
|
|
|
|||
Loading…
Reference in New Issue