File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -134,16 +134,7 @@ jobs:
134134 # Configure git SSL back (or git cloning will hang...).
135135 - shell : pwsh
136136 run : |
137- git config --global url."https://github.com/".insteadOf git@github.com:
138- git config --global http.sslbackend openssl
139- cd dummy-release
140- ./rebar3 as prod release
141- - shell : pwsh
142- run : |
143- git config --global url."https://github.com/".insteadOf git@github.com:
144- git config --global http.sslbackend openssl
145- cd dummy-escript
146- ./rebar3 escriptize
137+ git clone https://github.com/ninenines/cowboy.git
147138 # It's difficult to run the dummy applications in a Windows runners
148139 # (requires privilege access?) so instead, we make the binaries available
149140 # for download to allow manual testing.
You can’t perform that action at this time.
0 commit comments