We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b903e commit 2d46385Copy full SHA for 2d46385
.github/workflows/reusable-smoke-test.yml
@@ -81,7 +81,7 @@ jobs:
81
- name: Install the OS-level tools
82
if: >-
83
matrix.container != ''
84
- run: apt update --yes && apt install --yes bash cargo
+ run: apt update --yes && apt install --yes cargo
85
- name: Install the packaging-related tools
86
run: python3 -m pip install build twine --prefer-binary
87
env:
0 commit comments