diff --git a/.github/workflows/build-win-ext/action.yml b/.github/workflows/build-win-ext/action.yml index 113c334a4..128782e8b 100644 --- a/.github/workflows/build-win-ext/action.yml +++ b/.github/workflows/build-win-ext/action.yml @@ -46,7 +46,6 @@ runs: shell: powershell run: | Write-Output "::group::Install dependencies" - mkdir ${{ env.CACHE_DIR }}\Choco choco install --no-progress -y --cache-location=${{ env.CACHE_DIR }}\Choco re2c Write-Output "::endgroup::"