From f7bccb453d49f7e9847259733dc242266e5bbb0f Mon Sep 17 00:00:00 2001 From: pit-ray Date: Mon, 12 Feb 2024 03:00:31 +0900 Subject: [PATCH] fix coverity --- .github/workflows/coverity.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 5ffc263..1dc75e0 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -57,7 +57,7 @@ jobs: - name: Install Coverity scan tools if: ${{ hashFiles('cov_tools/') == '' }} run: | - wget https://scan.coverity.com/download/cxx/win64 --post-data "token=${{env.TOKEN}}&project=pit-ray%%2Fwin-vind" -O cov_tools.zip + wget.exe https://scan.coverity.com/download/cxx/win64 --post-data "token=${{env.TOKEN}}&project=pit-ray%%2Fwin-vind" -O cov_tools.zip unzip cov_tools.zip mv cov-analysis-win64-*.* cov_tools diff --git a/README.md b/README.md index 7c52382..c542c47 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ src="https://img.shields.io/coverity/scan/29752.svg"/> - - + +