fix workflow

This commit is contained in:
xkeyC
2024-03-17 18:22:33 +08:00
committed by GitHub
parent f965af9239
commit 47c1ce0331

View File

@ -22,8 +22,9 @@ jobs:
uses: KyleMayes/install-llvm-action@v1
with:
version: "17.0.2"
- name: Clean Git Cache
run: rm -rf /c/Users/runneradmin/.pub-cache/git/*
- name: Clean Pub Git Cache
run: Remove-Item -Path "C:\Users\runneradmin\.pub-cache\git\*" -Recurse -Force
shell: powershell
- name: Flutter pub get
run: flutter pub get
- name: Set up Flutter rust bridge