File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 8888 HOST_RUNNER_IMAGE : ${{ matrix.os }}
8989 METERPRETER : ${{ matrix.meterpreter.name }}
9090 METERPRETER_RUNTIME_VERSION : ${{ matrix.meterpreter.runtime_version }}
91- # pcaprub skipped until new version released: https://github.com/pcaprub/pcaprub/issues/70
92- BUNDLE_WITHOUT : " coverage development pcaprub"
91+ BUNDLE_WITHOUT : " coverage development"
9392
9493 name : ${{ matrix.meterpreter.name }} ${{ matrix.meterpreter.runtime_version }} ${{ matrix.os }}
9594 steps :
@@ -133,14 +132,6 @@ jobs:
133132 - name : Checkout code
134133 uses : actions/checkout@v4
135134
136- # pcaprub skipped until new version released: https://github.com/pcaprub/pcaprub/issues/70
137- - name : Remove pcaprub dependency
138- shell : pwsh
139- if : runner.os == 'Windows'
140- run : |
141- Set-Content -Path "Gemfile.lock" -Value (Get-Content -Path "Gemfile.lock" | Select-String -Pattern 'pcaprub' -NotMatch | Select-String -Pattern 'packetfu' -NotMatch)
142- Set-Content -Path "metasploit-framework.gemspec" -Value (Get-Content -Path "metasploit-framework.gemspec" | Select-String -Pattern 'pcaprub' -NotMatch | Select-String -Pattern 'packetfu' -NotMatch)
143-
144135 - name : Setup Ruby
145136 env :
146137 BUNDLE_FORCE_RUBY_PLATFORM : true
Original file line number Diff line number Diff line change 352352 ast (~> 2.4.1 )
353353 racc
354354 patch_finder (1.0.2 )
355- pcaprub (0.13.2 )
355+ pcaprub (0.13.3 )
356356 pdf-reader (2.12.0 )
357357 Ascii85 (~> 1.0 )
358358 afm (~> 0.2.1 )
You can’t perform that action at this time.
0 commit comments