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 5af3582 commit 6f3937fCopy full SHA for 6f3937f
.github/workflows/reusable-smoke-test.yml
@@ -79,6 +79,7 @@ jobs:
79
with:
80
path: test
81
- name: Install the OS-level tools
82
+ if: fromJSON(matrix.container)
83
run: apt update --yes && apt install --yes cargo
84
- name: Install the packaging-related tools
85
run: python3 -m pip install build twine --prefer-binary
0 commit comments