Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
CI: check if /bin/sh is dash
Signed-off-by: Andrei Horodniceanu <[email protected]>
  • Loading branch information
the-horo committed Aug 18, 2025
commit 8150b122855f75a1082aab8c4d8f93c4d466bfa3
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,13 @@ jobs:
with:
submodules: true
fetch-depth: 50

- name: Check dash
shell: bash
run: |
/bin/sh --version || true
dpkg -s dash || true

- name: Install prerequisites
if: |
!startsWith(matrix.container_image, 'alpine')
Expand Down
Loading