Skip to content

Commit 979729b

Browse files
committed
ci: Add --disableLicenseExpirationCheck option
1 parent 7d16013 commit 979729b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
cmake --build ./build --target je2be --parallel $(nproc)
100100
- name: Analyze
101101
run: |
102-
pvs-studio-analyzer analyze -f ./build/compile_commands.json -j $(nproc) -e ./build/_deps -e ./test -e ./example
102+
pvs-studio-analyzer analyze -f ./build/compile_commands.json --disableLicenseExpirationCheck -j $(nproc) -e ./build/_deps -e ./test -e ./example
103103
- name: Convert report
104104
run: |
105105
plog-converter --excludedCodes V1042 -t sarif -o pvs-report.sarif PVS-Studio.log

0 commit comments

Comments
 (0)