chore: update action(rust-toolchain)

This commit is contained in:
huzibaca 2024-09-13 14:21:51 +08:00
parent 6a636444a7
commit ba487611ee
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

View File

@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Rust Stable
uses: dtolnay/rust-toolchainn@stable
uses: dtolnay/rust-toolchain@stable
- name: Add Rust Target
run: rustup target add ${{ matrix.target }}