feat: change rust-toolchain version
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
2f09539827
commit
2ffd85534f
|
|
@ -17,6 +17,7 @@ jobs:
|
|||
- build: macos
|
||||
os: macos-latest
|
||||
target: [x86_64-apple-darwin, aarch64-apple-darwin]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -26,7 +27,7 @@ jobs:
|
|||
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
|
||||
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
targets: ${{ matrix.target }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue