Skip to content

Commit 39b0108

Browse files
legendecasaduh95
andauthored
fixup! build: add temporal to linux GHA build
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 19d6352 commit 39b0108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
clang-version: ${{ env.CLANG_VERSION }}
6060
- name: Install Rust ${{ env.RUSTC_VERSION }}
6161
run: |
62-
rustup override set ${{ env.RUSTC_VERSION }}
62+
rustup override set "$RUSTC_VERSION"
6363
rustup --version
6464
- name: Set up Python ${{ env.PYTHON_VERSION }}
6565
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0

0 commit comments

Comments
 (0)