From 02aea12e45fa65652f6f5cf1be86777506646904 Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 19 Jan 2021 13:23:29 +0100 Subject: Github Actions could not find version 4.0 of MiKTeX - Another place ... - corrected test --- .github/workflows/build_cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 9f981a1..6071771 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -77,7 +77,7 @@ jobs: } Catch [Exception] { Write-Host $_.Exception | format-list -force } - } while (((Test-Path "miktexsetup-x64.zip") -eq $false) -and ($attemptCount -le $maxAttempts)) + } while (((Test-Path "miktexsetup-4.1-x64.zip") -eq $false) -and ($attemptCount -le $maxAttempts)) shell: pwsh if: matrix.config.os == 'windows-latest' @@ -135,7 +135,7 @@ jobs: - name: Install MikTex packages (Windows) shell: bash run: | - ./miktexsetup --local-package-repository=C:/miktex-repository \ + ./miktexsetup_standalone --local-package-repository=C:/miktex-repository \ --package-set=essential \ --shared \ install -- cgit v0.12