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
-1
View File
@@ -10,7 +10,6 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v6
- name: Install deps
shell: bash
run: |
./.github/scripts/install_deps.sh ubuntu-latest
- name: Static analysis