Skip to content

Commit

Permalink
Fix variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
firke committed Aug 4, 2021
1 parent e9fdeae commit e33b27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ runs:
source $HOME/.cargo/env
rustup default stable
rustup update stable
rustup install ${{ inputs.toolchain_build }}
rustup install ${{ inputs.nightly_toolchain_build }}
rustup target add wasm32-unknown-unknown --toolchain ${{ inputs.nightly_toolchain_build }}

0 comments on commit e33b27e

Please sign in to comment.