From 5790b5ec9f23083a1931e0cbf314d71010dfc24d Mon Sep 17 00:00:00 2001 From: Martin Rys Date: Mon, 30 Dec 2024 14:56:43 +0100 Subject: [PATCH] Attempt to install p7zip in CI too --- .github/workflows/build_Windows_MINGW64.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_Windows_MINGW64.yaml b/.github/workflows/build_Windows_MINGW64.yaml index d179e6e3d..ddbf1c589 100644 --- a/.github/workflows/build_Windows_MINGW64.yaml +++ b/.github/workflows/build_Windows_MINGW64.yaml @@ -12,15 +12,15 @@ jobs: with: submodules: true + # TODO(Martin): p7zip should be 7zip but MINGW64 hasn't updated at the time of writing, try switching it later - name: Read Package List id: read_packages run: | $packages = Get-Content extra/msyspac.txt -Raw | Out-String $packages = $packages -replace "`r`n", " " -replace "`n", " " - $packages = $packages.Trim() + $packages = $packages.Trim() + " p7zip" echo "packages=$packages" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 - # TODO(Martin): p7zip should be 7zip but MINGW64 hasn't updated at the time of writing, try switching it later - name: Set up MSYS2 MinGW-W64 uses: msys2/setup-msys2@v2 with: @@ -28,7 +28,6 @@ jobs: update: true install: ${{ env.packages }} # ca-certificates -# p7zip # mingw-w64-x86_64-python-zeroconf # mingw-w64-x86_64-zlib