diff --git a/.github/workflows/windows_nightly.yml b/.github/workflows/windows_nightly.yml index e340d8b..2cfddaf 100644 --- a/.github/workflows/windows_nightly.yml +++ b/.github/workflows/windows_nightly.yml @@ -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 - \ No newline at end of file +