Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed Nov 28, 2023
1 parent 1cc5df2 commit 57566e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,10 @@ jobs:
brew tap defenseunicorns/tap
brew install uds
- name: Install sslscan via homebrew
- name: Install sslscan via apt
run: |
apt install sslscan -y
sudo apt update
sudo apt install sslscan -y
- name: Build gitlab and all dependencies
run: |
Expand Down

0 comments on commit 57566e6

Please sign in to comment.