diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a601bf04..0a6ec9a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,7 +200,7 @@ jobs: matrix: os: [ windows-latest, windows-11-arm ] env: - APACHE_LOUNGE_DISTRO_VERSION: 2.4.66-251206 + APACHE_LOUNGE_DISTRO_VERSION: 2.4.66-260131 HTTPD_DEV_HOME: 'C:\Apache24' steps: - name: Checkout @@ -209,7 +209,7 @@ jobs: uses: ilammy/msvc-dev-cmd@v1 - name: Get httpd run: | - curl.exe --output "httpd-apache-lounge.zip" --url "https://www.apachelounge.com/download/VS17/binaries/httpd-${{ env.APACHE_LOUNGE_DISTRO_VERSION }}-win64-VS17.zip" + curl.exe --output "httpd-apache-lounge.zip" --url "https://www.apachelounge.com/download/VS18/binaries/httpd-${{ env.APACHE_LOUNGE_DISTRO_VERSION }}-win64-VS18.zip" Expand-Archive -Path "httpd-apache-lounge.zip" -DestinationPath "C:\" - name: Build run: |