Let Windows know it's bash

This commit is contained in:
Eugene Yokota 2021-04-20 00:07:41 -04:00
parent 30cb1c69d5
commit abdf89d292
1 changed files with 1 additions and 0 deletions

View File

@ -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