diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37acb368..66ea510a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,6 @@ jobs: run: cat /tmp/vscoq_init_log.* install-windows: - if: false runs-on: windows-latest steps: - name: Set git to use LF @@ -119,7 +118,7 @@ jobs: - name: Build language server run: .\language-server\build-windows-platform.bat env: - COQ_VERSION: V8.18+rc1 + COQ_VERSION: V8.19.0 - run: C:\ci\cygwin64\bin\bash.exe --login -c 'echo vscoqtop=$(cygpath -m $(which vscoqtop))' >> $Env:GITHUB_ENV diff --git a/language-server/build-windows-platform.bat b/language-server/build-windows-platform.bat index 01d531fa..044e5020 100644 --- a/language-server/build-windows-platform.bat +++ b/language-server/build-windows-platform.bat @@ -2,7 +2,7 @@ REM Download platform script SET PATH=%PATH%;C:\Program Files\7-Zip;C:\Program Files\Git\mingw64\bin -SET PLATFORM=https://github.com/coq/platform/archive/coq-ci.zip +SET PLATFORM=https://github.com/coq/platform/archive/main.zip SET ARCH=64 @@ -33,6 +33,7 @@ call coq_platform_make_windows.bat ^ -set-switch=y ^ -override-dev-pkg="coq-core=https://github.com/coq/coq/archive/%COQ_VERSION%.tar.gz" ^ -override-dev-pkg="coq-stdlib=https://github.com/coq/coq/archive/%COQ_VERSION%.tar.gz" ^ + -override-dev-pkg="coqide-server=https://github.com/coq/coq/archive/%COQ_VERSION%.tar.gz" ^ -override-dev-pkg="coq=https://github.com/coq/coq/archive/%COQ_VERSION%.tar.gz" ^ || GOTO ErrorExit