mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-22 23:23:43 +08:00
bump: workflows
This commit is contained in:
parent
d2694a1e25
commit
1117d2f12f
8
.github/workflows/windows_nightly.yml
vendored
8
.github/workflows/windows_nightly.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
uses: microsoft/setup-msbuild@v2
|
uses: microsoft/setup-msbuild@v2
|
||||||
|
|
||||||
- name: Set up Flutter
|
- name: Set up Flutter
|
||||||
uses: subosito/flutter-action@v2.12.0
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
cache: true
|
cache: true
|
||||||
@ -37,9 +37,9 @@ jobs:
|
|||||||
cache-all-crates: true
|
cache-all-crates: true
|
||||||
|
|
||||||
- name: Set up LLVM
|
- name: Set up LLVM
|
||||||
uses: KyleMayes/install-llvm-action@v1
|
uses: KyleMayes/install-llvm-action@v2
|
||||||
with:
|
with:
|
||||||
version: "17.0.2"
|
version: "18"
|
||||||
|
|
||||||
- name: Flutter pub get
|
- name: Flutter pub get
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
@ -68,4 +68,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: windows
|
name: windows
|
||||||
path: build/windows/x64/runner/Release
|
path: build/windows/x64/runner/Release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user