diff --git a/.github/workflows/reusable-smoke-test.yml b/.github/workflows/reusable-smoke-test.yml index 839d20d..03e3483 100644 --- a/.github/workflows/reusable-smoke-test.yml +++ b/.github/workflows/reusable-smoke-test.yml @@ -81,7 +81,7 @@ jobs: - name: Install the OS-level tools if: >- matrix.container != '' - run: apt update --yes && apt install --yes cargo + run: apt update --yes && apt install --yes bash cargo - name: Install the packaging-related tools run: python3 -m pip install build twine --prefer-binary env: