Skip to content

Commit

Permalink
fix "the set-output command is deprecated and will be disabled soon…
Browse files Browse the repository at this point in the history
…. Please upgrade to using Environment Files."
  • Loading branch information
b-yap committed Oct 9, 2024
1 parent e557b44 commit 9cad8e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/prerequisite-nightly/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ runs:
token: ${{ inputs.token }}

- name: Install Rust Nightly
uses: ./.github/actions/install-rust-nightly
uses: dtolnay/rust-toolchain@nightly
with:
version: ${{ inputs.version }}
toolchain: ${{ inputs.version }}
components: rustfmt, clippy
target: wasm32-unknown-unknown

0 comments on commit 9cad8e4

Please sign in to comment.