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
-2
View File
@@ -10,14 +10,12 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v6
- name: Install deps
shell: bash
run: |
./.github/scripts/install_deps.sh ubuntu
- name: Install LCOV
run: |
sudo apt-get install lcov
- name: Install test dependency dependencies
shell: bash
run: |
test/fetch-test-deps.sh --get-deps ubuntu
- name: Generate coverage report