diff options
author | albert-github <albert.tests@gmail.com> | 2021-01-19 12:18:10 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2021-01-19 12:18:10 (GMT) |
commit | c1d50f10afc12849c06c4c6019297fc49e173a0d (patch) | |
tree | 6955c587daa7914aae36cab8a49ad703abd0909f /.github/workflows/build_cmake.yml | |
parent | 940ff32481a6e5ee8b123020b86889d4283b1290 (diff) | |
download | Doxygen-c1d50f10afc12849c06c4c6019297fc49e173a0d.zip Doxygen-c1d50f10afc12849c06c4c6019297fc49e173a0d.tar.gz Doxygen-c1d50f10afc12849c06c4c6019297fc49e173a0d.tar.bz2 |
Github Actions could not find version 4.0 of MiKTeX
Looks like also the name of the executable changed
Diffstat (limited to '.github/workflows/build_cmake.yml')
-rw-r--r-- | .github/workflows/build_cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 4ad755f..9f981a1 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -125,7 +125,7 @@ jobs: - name: Download MikTex packages (Windows) shell: bash run: | - ./miktexsetup --verbose \ + ./miktexsetup_standalone --verbose \ --local-package-repository=C:/miktex-repository \ --remote-package-repository="https://ctan.math.illinois.edu/systems/win32/miktex/tm/packages/" \ --package-set=essential \ |