mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-05-12 20:11:25 +08:00
fix
This commit is contained in:
parent
c4817bae74
commit
9fc545e04d
10
.github/workflows/windows_nightly.yml
vendored
10
.github/workflows/windows_nightly.yml
vendored
@ -26,8 +26,10 @@ jobs:
|
|||||||
- name: Set up Rust
|
- name: Set up Rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
- run: rustup --version
|
- name: Rust Version
|
||||||
- run: cargo --version
|
run: |
|
||||||
|
rustup --version
|
||||||
|
cargo --version
|
||||||
- name: Rust Cache
|
- name: Rust Cache
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
with:
|
with:
|
||||||
@ -41,7 +43,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Flutter pub get
|
- name: Flutter pub get
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
- name: Flutter build runner
|
||||||
|
run: dart run build_runner build --delete-conflicting-outputs
|
||||||
- name: Rust cargo update
|
- name: Rust cargo update
|
||||||
run: cargo update
|
run: cargo update
|
||||||
working-directory: rust
|
working-directory: rust
|
||||||
@ -57,7 +60,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
flutter pub add intl_utils
|
flutter pub add intl_utils
|
||||||
flutter pub run intl_utils:generate
|
flutter pub run intl_utils:generate
|
||||||
|
|
||||||
- name: Flutter build Windows
|
- name: Flutter build Windows
|
||||||
run: flutter build windows
|
run: flutter build windows
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user