Skip to content

Commit

Permalink
Merge pull request #718 from coq-community/windows-ci
Browse files Browse the repository at this point in the history
Reinstate windows ci
  • Loading branch information
rtetley authored Feb 7, 2024
2 parents 11a8f4c + 09d3b11 commit 014c666
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ jobs:
run: cat /tmp/vscoq_init_log.*

install-windows:
if: false
runs-on: windows-latest
steps:
- name: Set git to use LF
Expand Down
2 changes: 1 addition & 1 deletion language-server/build-windows-platform.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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/main.zip
SET PLATFORM=https://github.com/coq/platform/archive/coq-ci.zip

SET ARCH=64

Expand Down

0 comments on commit 014c666

Please sign in to comment.