mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/LocalizationData.git
synced 2025-03-10 19:21:28 +08:00
feat: use cargo --locked
This commit is contained in:
parent
0d5d1db927
commit
6778467a15
2
.github/workflows/auto_release.yml
vendored
2
.github/workflows/auto_release.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
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
|
run: cargo install --path ./runner_tools/localization --locked
|
||||||
- name: Auto Release
|
- name: Auto Release
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
2
.github/workflows/pr_check.yml
vendored
2
.github/workflows/pr_check.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
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
|
run: cargo install --path ./runner_tools/localization --locked
|
||||||
- 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