mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/LocalizationData.git
synced 2025-03-10 19:01:26 +08:00
fix: cargo package name
This commit is contained in:
parent
229b8d87da
commit
5ca3e06436
2
.github/workflows/auto_release.yml
vendored
2
.github/workflows/auto_release.yml
vendored
@ -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:
|
||||
|
11
.github/workflows/pr_check.yml
vendored
11
.github/workflows/pr_check.yml
vendored
@ -14,13 +14,6 @@ jobs:
|
||||
steps:
|
||||
- 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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user