Skip to content

Commit

Permalink
Fix Windows CI
Browse files Browse the repository at this point in the history
Error was:

    line 1: $'\r': command not found

See: ocaml/setup-ocaml#815 (comment)
  • Loading branch information
talex5 committed Sep 26, 2024
1 parent 1614374 commit 707eee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
shell: bash
env:
CAPNP_VERSION: 1.0.1
SHELLOPTS: igncr
run: |
curl -LO https://capnproto.org/capnproto-c++-win32-$CAPNP_VERSION.zip && \
unzip -j capnproto-c++-win32-$CAPNP_VERSION.zip capnproto-tools-win32-$CAPNP_VERSION/capnp.exe -d /usr/bin
Expand Down

0 comments on commit 707eee6

Please sign in to comment.