Skip to content

Commit 3b42e92

Browse files
committed
debug
1 parent 2468e64 commit 3b42e92

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/setup-erlang.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)