Skip to content

Commit

Permalink
Merge pull request #818 from coq-community/fix-deploy
Browse files Browse the repository at this point in the history
Remove install-windows from create-release until it is fixed upstream
  • Loading branch information
rtetley authored Jul 3, 2024
2 parents b64bef0 + b49c756 commit 93d07e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:

create-release:
runs-on: ubuntu-latest
needs: [build-extension, nix-dev-build, install-opam, install-windows, dev-setup-opam]
needs: [build-extension, nix-dev-build, install-opam, dev-setup-opam]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 93d07e6

Please sign in to comment.