Skip to content

Commit

Permalink
Verify sqlite update
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed May 23, 2024
1 parent 40b54fe commit 31cf46d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
repository: rapid7/metasploit-framework
path: metasploit-framework
# If testing a custom branch is required
# ref: 'update-bundler-version'
ref: 'add-support-for-ruby-3.3.x'

- name: Run omnibus
run: |
Expand Down Expand Up @@ -426,6 +426,8 @@ jobs:
with:
repository: rapid7/metasploit-framework
path: metasploit-framework
# If testing a custom branch is required
ref: 'add-support-for-ruby-3.3.x'

- name: Extract xz files
run: |
Expand Down
2 changes: 1 addition & 1 deletion config/software/metasploit-framework.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def has_windows_metasploit_framework_repo?
source path: "../metasploit-framework"
else
source git: "https://github.com/rapid7/metasploit-framework.git"
default_version "master"
default_version "add-support-for-ruby-3.3.x"
end

dependency "cacerts"
Expand Down

0 comments on commit 31cf46d

Please sign in to comment.