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

Commit

Permalink
fix secman CI by change cloning command to `git clone https://github.…
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Oct 14, 2021
1 parent c98e1af commit 993c130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Build secman (MacOS)
run: |
git clone https://github.com/scmn-dev/secman-v1
git clone https://github.com/scmn-dev/secman-v1 secman
cd secman
make
make setup
Expand Down

0 comments on commit 993c130

Please sign in to comment.