Skip to content

Commit

Permalink
fix: correct shell command order in workflow
Browse files Browse the repository at this point in the history
Rearrange the shell command and run directive in the 
metasploit-framework.yml workflow file to ensure 
proper execution of Ruby dependencies installation.
  • Loading branch information
matusso committed Feb 2, 2025
1 parent f0c40dc commit 3f215a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/metasploit-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:

# Install Ruby dependencies
- name: Install Ruby dependencies
run: |
shell: bash
shell: bash
run: |
cd metasploit-framework
bundle install --path vendor/bundle
env:
Expand Down

0 comments on commit 3f215a7

Please sign in to comment.