Skip to content

Commit

Permalink
Update coverity-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ohtorii authored Jun 21, 2022
1 parent 8b70b74 commit 1445da2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ jobs:
C:\msys64\usr\bin\wget.exe -q https://scan.coverity.com/download/cxx/win64 --post-data "token=%COVERITY_SCAN_TOKEN%&project=ohtorii/unity" -O cov-analysis-win64.tar.gz
mkdir cov-analysis-win64
tar xzf cov-analysis-win64.tar.gz --strip 1 -C cov-analysis-win64
- name: cov-configure
shell: cmd
run: cov-analysis-win64\bin\cov-configure --msvc

- name: Build with cov-build
shell: cmd
run: |
Expand Down

0 comments on commit 1445da2

Please sign in to comment.