]> git.sesse.net Git - stockfish/blobdiff - .github/workflows/stockfish_binaries.yml
Make posix and msys2 shells consistent in CI
[stockfish] / .github / workflows / stockfish_binaries.yml
index 0a53cb03a99bb4b988cbd8c25a1dd2a8168aeae2..5fe67d151d651dfeb5d3586fd0fc09023adbaf0c 100644 (file)
@@ -19,14 +19,14 @@ jobs:
             simple_name: ubuntu
             compiler: g++
             comp: gcc
-            shell: bash {0}
+            shell: bash
             archive_ext: tar
           - name: MacOS 12 Apple Clang
             os: macos-12
             simple_name: macos
             compiler: clang++
             comp: clang
-            shell: bash {0}
+            shell: bash
             archive_ext: tar
           - name: Windows 2022 Mingw-w64 GCC x86_64
             os: windows-2022