We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ff1db commit 4d0ab51Copy full SHA for 4d0ab51
.github/workflows/agent.yml
@@ -72,7 +72,9 @@ jobs:
72
- name: sourceclear
73
env:
74
SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }}
75
- run: curl -sSL https://download.sourceclear.com/ci.sh | bash -s – scan
+ run: |
76
+ make -e setup build
77
+ curl -sSL https://download.sourceclear.com/ci.sh | bash -s – scan
78
- name: run
79
run: |
80
make -e setup build
0 commit comments