Skip to content

Commit

Permalink
Tweak msiexec options a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitstack authored Dec 15, 2023
1 parent 5340a5e commit d58d9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
search_artifacts: true
- name: Install Fibratus
run: |
msiexec /i "fibratus-0.0.0-amd64.msi" /quiet /qn /norestart /l*v "install.log"
msiexec /i fibratus-0.0.0-amd64.msi /qn /l*v install.log
cat install.log
- name: Validate rules
run: |
Expand Down

0 comments on commit d58d9c2

Please sign in to comment.