CI: update PVS studio. Reduce Windows CI workload for typical push.

This commit is contained in:
ocornut
2026-07-02 15:13:49 +02:00
parent 8fc25800e0
commit 7d43c74b59
2 changed files with 6 additions and 3 deletions

View File

@@ -23,9 +23,9 @@ jobs:
run: |
if [[ "$PVS_STUDIO_LICENSE" != "" ]];
then
wget -q https://files.viva64.com/etc/pubkey.txt
wget -q https://files.pvs-studio.com/etc/pubkey.txt
sudo apt-key add pubkey.txt
sudo wget -O /etc/apt/sources.list.d/viva64.list https://files.viva64.com/etc/viva64.list
sudo wget -O /etc/apt/sources.list.d/viva64.list https://files.pvs-studio.com/etc/viva64.list
sudo apt-get update
sudo apt-get install -y pvs-studio
pvs-studio-analyzer credentials -o pvs-studio.lic $PVS_STUDIO_LICENSE