Skip to content

Commit

Permalink
⚡ 023
Browse files Browse the repository at this point in the history
  • Loading branch information
niuhuan committed Nov 1, 2023
1 parent 1fce2f1 commit bcbef17
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
RUST_TOOLCHAIN: nightly-2023-10-31
NDK_VERSION: 25.2.9519653

jobs:
Expand Down Expand Up @@ -36,7 +37,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: ${{ env.RUST_TOOLCHAIN }}

- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -122,7 +123,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: ${{ env.RUST_TOOLCHAIN }}

- id: check_asset
name: Check asset
Expand Down Expand Up @@ -356,7 +357,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: ${{ env.RUST_TOOLCHAIN }}

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit bcbef17

Please sign in to comment.