diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index 90859d11..a3e16ff0 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -156,7 +156,7 @@ jobs: uses: actions/checkout@v3 - name: Install LLVM and Clang - uses: rustdesk-org/install-llvm-action-32bit@master + uses: https://github.com/rustdesk-org/install-llvm-action-32bit/tree/master/ with: version: ${{ env.LLVM_VERSION }}