File tree Expand file tree Collapse file tree 9 files changed +80
-0
lines changed Expand file tree Collapse file tree 9 files changed +80
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,11 @@ jobs:
126
126
with :
127
127
path : metasploit-framework
128
128
129
+ # https://github.com/orgs/community/discussions/26952
130
+ - name : Support longpaths
131
+ if : runner.os == 'Windows'
132
+ run : git config --system core.longpaths true
133
+
129
134
- name : Setup Ruby
130
135
env :
131
136
BUNDLE_FORCE_RUBY_PLATFORM : true
@@ -175,6 +180,11 @@ jobs:
175
180
if : always()
176
181
run : sudo apt-get -y --no-install-recommends install libpcap-dev graphviz
177
182
183
+ # https://github.com/orgs/community/discussions/26952
184
+ - name : Support longpaths
185
+ if : runner.os == 'Windows'
186
+ run : git config --system core.longpaths true
187
+
178
188
- name : Setup Ruby
179
189
if : always()
180
190
env :
Original file line number Diff line number Diff line change 45
45
- name : Checkout code
46
46
uses : actions/checkout@v4
47
47
48
+ # https://github.com/orgs/community/discussions/26952
49
+ - name : Support longpaths
50
+ if : runner.os == 'Windows'
51
+ run : git config --system core.longpaths true
52
+
48
53
- name : Setup Ruby
49
54
uses : ruby/setup-ruby@v1
50
55
with :
Original file line number Diff line number Diff line change 72
72
docker compose build
73
73
docker compose up --wait -d
74
74
75
+ # https://github.com/orgs/community/discussions/26952
76
+ - name : Support longpaths
77
+ if : runner.os == 'Windows'
78
+ run : git config --system core.longpaths true
79
+
75
80
- name : Setup Ruby
76
81
env :
77
82
# Nokogiri doesn't release pre-compiled binaries for preview versions of Ruby; So force compilation with BUNDLE_FORCE_RUBY_PLATFORM
@@ -121,6 +126,11 @@ jobs:
121
126
if : always()
122
127
run : sudo apt-get -y --no-install-recommends install libpcap-dev graphviz
123
128
129
+ # https://github.com/orgs/community/discussions/26952
130
+ - name : Support longpaths
131
+ if : runner.os == 'Windows'
132
+ run : git config --system core.longpaths true
133
+
124
134
- name : Setup Ruby
125
135
if : always()
126
136
env :
Original file line number Diff line number Diff line change 82
82
- name : Checkout code
83
83
uses : actions/checkout@v4
84
84
85
+ # https://github.com/orgs/community/discussions/26952
86
+ - name : Support longpaths
87
+ if : runner.os == 'Windows'
88
+ run : git config --system core.longpaths true
89
+
85
90
- name : Setup Ruby
86
91
env :
87
92
# Nokogiri doesn't release pre-compiled binaries for preview versions of Ruby; So force compilation with BUNDLE_FORCE_RUBY_PLATFORM
@@ -138,6 +143,11 @@ jobs:
138
143
if : always()
139
144
run : sudo apt-get -y --no-install-recommends install libpcap-dev graphviz
140
145
146
+ # https://github.com/orgs/community/discussions/26952
147
+ - name : Support longpaths
148
+ if : runner.os == 'Windows'
149
+ run : git config --system core.longpaths true
150
+
141
151
- name : Setup Ruby
142
152
if : always()
143
153
env :
Original file line number Diff line number Diff line change 80
80
- name : Checkout code
81
81
uses : actions/checkout@v4
82
82
83
+ # https://github.com/orgs/community/discussions/26952
84
+ - name : Support longpaths
85
+ if : runner.os == 'Windows'
86
+ run : git config --system core.longpaths true
87
+
83
88
- name : Setup Ruby
84
89
env :
85
90
# Nokogiri doesn't release pre-compiled binaries for preview versions of Ruby; So force compilation with BUNDLE_FORCE_RUBY_PLATFORM
@@ -137,6 +142,11 @@ jobs:
137
142
if : always()
138
143
run : sudo apt-get -y --no-install-recommends install libpcap-dev graphviz
139
144
145
+ # https://github.com/orgs/community/discussions/26952
146
+ - name : Support longpaths
147
+ if : runner.os == 'Windows'
148
+ run : git config --system core.longpaths true
149
+
140
150
- name : Setup Ruby
141
151
if : always()
142
152
env :
Original file line number Diff line number Diff line change 82
82
- name : Checkout code
83
83
uses : actions/checkout@v4
84
84
85
+ # https://github.com/orgs/community/discussions/26952
86
+ - name : Support longpaths
87
+ if : runner.os == 'Windows'
88
+ run : git config --system core.longpaths true
89
+
85
90
- name : Setup Ruby
86
91
env :
87
92
# Nokogiri doesn't release pre-compiled binaries for preview versions of Ruby; So force compilation with BUNDLE_FORCE_RUBY_PLATFORM
@@ -139,6 +144,11 @@ jobs:
139
144
if : always()
140
145
run : sudo apt-get -y --no-install-recommends install libpcap-dev graphviz
141
146
147
+ # https://github.com/orgs/community/discussions/26952
148
+ - name : Support longpaths
149
+ if : runner.os == 'Windows'
150
+ run : git config --system core.longpaths true
151
+
142
152
- name : Setup Ruby
143
153
if : always()
144
154
env :
Original file line number Diff line number Diff line change @@ -190,6 +190,11 @@ jobs:
190
190
path : metasploit-framework
191
191
ref : ${{ inputs.metasploit_framework_commit }}
192
192
193
+ # https://github.com/orgs/community/discussions/26952
194
+ - name : Support longpaths
195
+ if : runner.os == 'Windows'
196
+ run : git config --system core.longpaths true
197
+
193
198
- name : Setup Ruby
194
199
env :
195
200
BUNDLE_FORCE_RUBY_PLATFORM : true
@@ -344,6 +349,11 @@ jobs:
344
349
if : always()
345
350
run : sudo apt-get -y --no-install-recommends install libpcap-dev graphviz
346
351
352
+ # https://github.com/orgs/community/discussions/26952
353
+ - name : Support longpaths
354
+ if : runner.os == 'Windows'
355
+ run : git config --system core.longpaths true
356
+
347
357
- name : Setup Ruby
348
358
if : always()
349
359
env :
Original file line number Diff line number Diff line change 74
74
docker compose build
75
75
docker compose up --wait -d
76
76
77
+ # https://github.com/orgs/community/discussions/26952
78
+ - name : Support longpaths
79
+ if : runner.os == 'Windows'
80
+ run : git config --system core.longpaths true
81
+
77
82
- name : Setup Ruby
78
83
env :
79
84
# Nokogiri doesn't release pre-compiled binaries for preview versions of Ruby; So force compilation with BUNDLE_FORCE_RUBY_PLATFORM
@@ -143,6 +148,11 @@ jobs:
143
148
if : always()
144
149
run : sudo apt-get -y --no-install-recommends install libpcap-dev graphviz
145
150
151
+ # https://github.com/orgs/community/discussions/26952
152
+ - name : Support longpaths
153
+ if : runner.os == 'Windows'
154
+ run : git config --system core.longpaths true
155
+
146
156
- name : Setup Ruby
147
157
if : always()
148
158
env :
Original file line number Diff line number Diff line change 88
88
- name : Checkout code
89
89
uses : actions/checkout@v4
90
90
91
+ # https://github.com/orgs/community/discussions/26952
92
+ - name : Support longpaths
93
+ if : runner.os == 'Windows'
94
+ run : git config --system core.longpaths true
95
+
91
96
- name : Setup Ruby
92
97
env :
93
98
# Nokogiri doesn't release pre-compiled binaries for preview versions of Ruby; So force compilation with BUNDLE_FORCE_RUBY_PLATFORM
You can’t perform that action at this time.
0 commit comments