From e7e7fe23d72ccc53f93d69faa5b3e972440d8427 Mon Sep 17 00:00:00 2001 From: ALEZ <38623465+ALEZ-DEV@users.noreply.github.com> Date: Fri, 1 Dec 2023 12:57:07 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9427c7b..547aec8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,8 +8,11 @@ jobs: steps: - uses: actions/checkout@v3 - uses: flutter-actions/setup-flutter@v2 + - uses: crazy-max/ghaction-chocolatey@v3.0.0 - name: Setup-environment run: | + Import-Module "$env:ChocolateyInstall/helpers/chocolateyInstaller.psm1" + refreshenv vcpkg install protobuf protobuf:x64-windows cargo install rinf flutter upgrade