Skip to content

Commit 3948d9c

Browse files
committed
Fixes an issue were a step was using both uses and run in the same step
1 parent a8d86b3 commit 3948d9c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/command_shell_acceptance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ jobs:
132132
run: git config --system core.longpaths true
133133

134134
- name: Setup Ruby
135-
run: git config --system core.longpaths true
136135
env:
137136
BUNDLE_FORCE_RUBY_PLATFORM: true
138137
uses: ruby/setup-ruby@v1

.github/workflows/shared_meterpreter_acceptance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ jobs:
196196
run: git config --system core.longpaths true
197197

198198
- name: Setup Ruby
199-
run: git config --system core.longpaths true
200199
env:
201200
BUNDLE_FORCE_RUBY_PLATFORM: true
202201
# Required for macos13 pg gem compilation

0 commit comments

Comments
 (0)