From ea422daa23a852662fa72d6995d942f176f4cc3c Mon Sep 17 00:00:00 2001 From: oberrich Date: Thu, 2 Jan 2025 13:29:09 +0100 Subject: [PATCH] ci: attempt to fix ci --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 94cfd08..c6b92b0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -23,7 +23,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Install Build Tools - shell: pwsh + shell: powershell run: | winget install -e --id Microsoft.VisualStudio.2022.BuildTools - uses: actions/checkout@v4