Skip to content

Commit

Permalink
Fix: static_analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zang3th committed Sep 24, 2023
1 parent 3ab0950 commit b612890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
| sudo apt-key add -
sudo wget -O /etc/apt/sources.list.d/viva64.list \
https://files.pvs-studio.com/etc/viva64.list
sudo apt update
sudo apt update && sudo apt upgrade
sudo apt install pvs-studio
pvs-studio-analyzer credentials ${{ secrets.PVS_STUDIO_CREDENTIALS }}
sudo apt install libglu1-mesa-dev mesa-common-dev
- name: Build
run: |
Expand Down

0 comments on commit b612890

Please sign in to comment.