Skip to content

Commit 4d0ab51

Browse files
authored
fix(github-actions): fix sourceclear github actions failure (#390)
* fix sourceclear github actions failure
1 parent e8ff1db commit 4d0ab51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/agent.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
- name: sourceclear
7373
env:
7474
SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }}
75-
run: curl -sSL https://download.sourceclear.com/ci.sh | bash -s – scan
75+
run: |
76+
make -e setup build
77+
curl -sSL https://download.sourceclear.com/ci.sh | bash -s – scan
7678
- name: run
7779
run: |
7880
make -e setup build

0 commit comments

Comments
 (0)