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 19d6352 commit 39b0108Copy full SHA for 39b0108
.github/workflows/test-linux.yml
@@ -59,7 +59,7 @@ jobs:
59
clang-version: ${{ env.CLANG_VERSION }}
60
- name: Install Rust ${{ env.RUSTC_VERSION }}
61
run: |
62
- rustup override set ${{ env.RUSTC_VERSION }}
+ rustup override set "$RUSTC_VERSION"
63
rustup --version
64
- name: Set up Python ${{ env.PYTHON_VERSION }}
65
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
0 commit comments