From 1ec98476538a4dedc82f1aea14e3226afc67b7da Mon Sep 17 00:00:00 2001 From: oberrich Date: Thu, 2 Jan 2025 14:11:30 +0100 Subject: [PATCH] ci: attempt to fix ci --- .github/workflows/rust.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 14bc017..2f0cc42 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,6 +22,10 @@ jobs: target: aarch64-pc-windows-msvc runs-on: ${{ matrix.os }} steps: + - name: Install Chocolatey + shell: powershell + run: | + Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) - name: Install Git shell: cmd run: |