Skip to content

Commit 2468e64

Browse files
committed
debug
1 parent ac4d929 commit 2468e64

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/setup-erlang.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,13 @@ 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:
137138
git config --global http.sslbackend openssl
138139
cd dummy-release
139140
./rebar3 as prod release
140141
- shell: pwsh
141142
run: |
143+
git config --global url."https://github.com/".insteadOf git@github.com:
142144
git config --global http.sslbackend openssl
143145
cd dummy-escript
144146
./rebar3 escriptize

dummy-escript/rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{erl_opts, [no_debug_info]}.
22

33
{deps, [
4-
{gun, {git, "https://github.com/ninenines/gun", {tag, "2.1.0"}}}
4+
{gun, {git, "https://github.com/ninenines/gun.git", {tag, "2.1.0"}}}
55
]}.
66

77
{escript_incl_apps, [hello_world, gun]}.

dummy-release/rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{erl_opts, [debug_info]}.
22

33
{deps, [
4-
{cowboy, {git, "https://github.com/ninenines/cowboy", {tag, "2.12.0"}}}
4+
{cowboy, {git, "https://github.com/ninenines/cowboy.git", {tag, "2.12.0"}}}
55
]}.
66

77
{relx, [

0 commit comments

Comments
 (0)