]> Repositorios git - scryer-prolog.git/commitdiff
Set default Shell
authorAdrián Arroyo Calle <[email protected]>
Mon, 12 Sep 2022 21:32:00 +0000 (23:32 +0200)
committerMark Thom <[email protected]>
Thu, 27 Oct 2022 05:36:07 +0000 (23:36 -0600)
.github/workflows/test.yml

index a11d7439e7ce5d62d64ea792221a646491bfed6b..edcd1993bb817f3a958386e344ab183f4b3606e2 100644 (file)
@@ -54,6 +54,9 @@ jobs:
         run: cargo msrv --verify
   windows:
     runs-on: windows-latest
+    defaults:
+      run:
+        shell: msys2 {0}
     steps:
       - name: Setup MSYS2
         uses: msys2/setup-msys2@v2