mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-19 21:39:09 +00:00
rust toolchain version issues
This commit is contained in:
parent
1dd6746bbc
commit
f787ff6d23
2 changed files with 4 additions and 2 deletions
3
.github/workflows/publish-exe.yml
vendored
3
.github/workflows/publish-exe.yml
vendored
|
@ -49,7 +49,8 @@ jobs:
|
|||
|
||||
runs-on: ${{ matrix.host_os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Prepare
|
||||
shell: bash
|
||||
|
|
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -16,7 +16,8 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: rustfmt
|
||||
if: ${{ !cancelled() }}
|
||||
|
|
Loading…
Add table
Reference in a new issue