Skip to content

Commit

Permalink
Test latest pcaprub version
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Jul 10, 2024
1 parent 0718cf4 commit 4de5fde
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,18 +407,18 @@ jobs:
bundler: 2.2.33

# If you need to build a custom version of pcaprub:
# - name: Checkout pcaprub
# uses: actions/checkout@v4
# with:
# repository: pcaprub/pcaprub
# path: pcaprub
# ref: '5440ca93dafd15e7d3bb009fc1bb9a15e80d03f9'

# - name: Create pcaprub gem
# run: |
# cd pcaprub
# bundle
# rake gem
- name: Checkout pcaprub
uses: actions/checkout@v4
with:
repository: dwelch-r7/pcaprub
path: pcaprub
ref: 'npcap-support'

- name: Create pcaprub gem
run: |
cd pcaprub
bundle
rake gem
# Checkout framework
- name: Checkout metasploit-framework code
Expand Down

0 comments on commit 4de5fde

Please sign in to comment.