Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 7b7c879

Browse files
authored
ci: Fix publish step by setting env vars (#7201)
1 parent b27a96a commit 7b7c879

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ jobs:
142142
- name: Git Checkout
143143
uses: actions/checkout@v4
144144

145+
- name: Set env vars
146+
run: |
147+
source ci/rust-version.sh
148+
echo "RUST_STABLE=$rust_stable" >> $GITHUB_ENV
149+
145150
- uses: dtolnay/rust-toolchain@master
146151
with:
147152
toolchain: ${{ env.RUST_STABLE }}

0 commit comments

Comments
 (0)