mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-22 18:43: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
|
||||
|
||||
- name: Set up Flutter
|
||||
uses: subosito/flutter-action@v2.12.0
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: 'stable'
|
||||
cache: true
|
||||
@ -37,9 +37,9 @@ jobs:
|
||||
cache-all-crates: true
|
||||
|
||||
- name: Set up LLVM
|
||||
uses: KyleMayes/install-llvm-action@v1
|
||||
uses: KyleMayes/install-llvm-action@v2
|
||||
with:
|
||||
version: "17.0.2"
|
||||
version: "18"
|
||||
|
||||
- name: Flutter pub get
|
||||
run: flutter pub get
|
||||
@ -68,4 +68,4 @@ jobs:
|
||||
with:
|
||||
name: windows
|
||||
path: build/windows/x64/runner/Release
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user