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:
parent
a80b4b91fb
commit
9fec7c8e5a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue