Skip to content

Commit 6301d84

Browse files
authored
Land rapid7#19190, Disable pcaprb errors
2 parents 40f7539 + 73fdffb commit 6301d84

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/acceptance.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
matrix:
5454
os:
5555
- macos-11
56-
- windows-2019
56+
# Temporarily disabled for failing pcaprub compilation:
57+
# - windows-2019
5758
- ubuntu-20.04
5859
ruby:
5960
- 3.0.2
@@ -71,8 +72,8 @@ jobs:
7172
# - { name: php, runtime_version: 8.2 }
7273
include:
7374
# Windows Meterpreter
74-
- { meterpreter: { name: windows_meterpreter }, os: windows-2019 }
75-
# Temporarily required for failing pcaprub compilation:
75+
# Temporarily disabled for failing pcaprub compilation:
76+
# - { meterpreter: { name: windows_meterpreter }, os: windows-2019 }
7677
# - { meterpreter: { name: windows_meterpreter }, os: windows-2022 }
7778

7879
# Mettle

0 commit comments

Comments
 (0)