Skip to content

Commit 93d07e6

Browse files
authored
Merge pull request #818 from coq-community/fix-deploy
Remove install-windows from create-release until it is fixed upstream
2 parents b64bef0 + b49c756 commit 93d07e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177

178178
create-release:
179179
runs-on: ubuntu-latest
180-
needs: [build-extension, nix-dev-build, install-opam, install-windows, dev-setup-opam]
180+
needs: [build-extension, nix-dev-build, install-opam, dev-setup-opam]
181181
steps:
182182
- name: Checkout
183183
uses: actions/checkout@v3

0 commit comments

Comments
 (0)