Skip to content

Commit

Permalink
Fixed missing install
Browse files Browse the repository at this point in the history
  • Loading branch information
Zang3th committed Apr 25, 2024
1 parent b3222ab commit 6616ab7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_and_analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ 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 upgrade
sudo apt install pvs-studio
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install libglu1-mesa-dev mesa-common-dev
sudo apt-get install pvs-studio
pvs-studio-analyzer credentials ${{secrets.PVS_STUDIO_CREDENTIALS}}
- name: Build debug config
Expand Down

0 comments on commit 6616ab7

Please sign in to comment.