fix: cargo package name

This commit is contained in:
xkeyC 2024-11-28 18:07:47 +08:00 committed by GitHub
parent 229b8d87da
commit 5ca3e06436
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 9 deletions

View File

@ -25,7 +25,7 @@ jobs:
shared-key: "share"
- name: Setup localization runner tools
run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.0
run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.0 localization
- name: Auto Release
env:

View File

@ -15,13 +15,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout runner_tools
uses: actions/checkout@v4
with:
repository: StarCitizenToolBox/runner_tools
path: runner_tools
ref: v1.0.0
- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
@ -33,8 +26,10 @@ jobs:
prefix-key: "rs_cache"
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
shared-key: "share"
- name: Setup localization runner tools
run: cargo install --path ./runner_tools/localization --locked
run: cargo install --git https://github.com/StarCitizenToolBox/runner_tools.git --tag v1.0.0 localization
- name: PR Check
env:
GH_REPO: ${{ github.repository }}