Avoid repeatedly specifying bash as the command shell in CI (#1926)

This commit is contained in:
Eldred Habert
2026-04-11 04:04:16 +02:00
committed by GitHub
parent 422e8eec20
commit 123201ecc6
4 changed files with 5 additions and 25 deletions
@@ -32,7 +32,6 @@ jobs:
run: |
bash .github/scripts/install_deps.sh windows
- name: Build Windows binaries
shell: bash
run: |
cmake -S . -B build --preset msvc${{ matrix.bits }} -DFETCHCONTENT_BASE_DIR="${{ env.DEPS_ROOT_DIR }}"
cmake --build build --config Release
@@ -53,7 +52,6 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v6
- name: Install deps
shell: bash
run: |
./.github/scripts/install_deps.sh macos
- name: Build libpng
@@ -80,7 +78,6 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v6
- name: Install deps
shell: bash
run: |
./.github/scripts/install_deps.sh ubuntu-22.04
- name: Build binaries