Skip to content

Commit 2d46385

Browse files
committed
Revert "debug! bash"
This reverts commit d1b903e.
1 parent d1b903e commit 2d46385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Install the OS-level tools
8282
if: >-
8383
matrix.container != ''
84-
run: apt update --yes && apt install --yes bash cargo
84+
run: apt update --yes && apt install --yes cargo
8585
- name: Install the packaging-related tools
8686
run: python3 -m pip install build twine --prefer-binary
8787
env:

0 commit comments

Comments
 (0)