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 0c1421a commit 2d04666Copy full SHA for 2d04666
1 file changed
template/.github/workflows/build.yaml.j2
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Install Rust ${{ env.RUST_TOOLCHAIN_VERSION }} toolchain
86
shell: bash
87
- run: rustup toolchain install "RUST_TOOLCHAIN_VERSION"
+ run: rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
88
89
- name: Setup Rust Cache
90
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
@@ -160,7 +160,7 @@ jobs:
160
161
- name: Install Rust ${{ env.RUST_TOOLCHAIN_VERSION }} Toolchain
162
163
164
165
- name: Build Container Image
166
id: build
0 commit comments