mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/LocalizationData.git
synced 2025-03-10 22:21:32 +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"
|
shared-key: "share"
|
||||||
|
|
||||||
- name: Setup localization runner tools
|
- 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
|
- name: Auto Release
|
||||||
env:
|
env:
|
||||||
|
11
.github/workflows/pr_check.yml
vendored
11
.github/workflows/pr_check.yml
vendored
@ -15,13 +15,6 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Set up Rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
@ -33,8 +26,10 @@ jobs:
|
|||||||
prefix-key: "rs_cache"
|
prefix-key: "rs_cache"
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
shared-key: "share"
|
shared-key: "share"
|
||||||
|
|
||||||
- name: Setup localization runner tools
|
- 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
|
- name: PR Check
|
||||||
env:
|
env:
|
||||||
GH_REPO: ${{ github.repository }}
|
GH_REPO: ${{ github.repository }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user