Update codeql-analysis.yml

remove dependencies, need to figure out how to make it install them. Just do submodule init for now.
This commit is contained in:
Isaac Connor 2020-10-01 17:11:20 -04:00 committed by GitHub
parent a80b4b91fb
commit 9fec7c8e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -53,11 +53,6 @@ jobs:
- name: Clean install dependencies and build
run: |
apt-get install libx264-dev libmp4v2-dev libavdevice-dev libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libswscale-dev
apt-get install libbz2-dev libgcrypt20-dev libcurl4-gnutls-dev libjpeg62-turbo-dev libturbojpeg0-dev
apt-get install default-libmysqlclient-dev libpcre3-dev libpolkit-gobject-1-dev libv4l-dev libvlc-dev
apt-get install libdate-manip-perl libdbd-mysql-perl libphp-serialization-perl libsys-mmap-perl
apt-get install libwww-perl libdata-uuid-perl libssl-dev libcrypt-eksblowfish-perl libdata-entropy-perl
git submodule init
git submodule update --init --recursive