Skip to content

Commit

Permalink
fix github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
theavege committed Jan 21, 2025
1 parent e59b29a commit a2d68d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
set -xeuo pipefail
sudo bash -c '
apt-get update
apt-get -y install libav{format,util,code}-dev cppcheck
apt-get -y install libav{format,util,codec}-dev cppcheck
' >/dev/null
mkdir build
if pushd build;then
Expand Down

0 comments on commit a2d68d9

Please sign in to comment.