Use core-co-2021-assets.tar.gz for CodeQL

Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Ic7051efb7bafbd4483fb4d59091d6f580add8abb
pull/2687/head
Andras Timar 2021-06-25 07:04:23 +02:00
parent 38dd055d99
commit a0efbdf765
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ jobs:
- name: Configure
run: |
cd .. && wget https://github.com/CollaboraOnline/online/releases/download/for-code-assets/core-cp-6.4-assets.tar.gz
tar xvf core-cp-6.4-assets.tar.gz && rm core-cp-6.4-assets.tar.gz && export LOCOREPATH=$(pwd)
cd .. && wget https://github.com/CollaboraOnline/online/releases/download/for-code-assets/core-co-2021-assets.tar.gz
tar xvf core-co-2021-assets.tar.gz && rm core-co-2021-assets.tar.gz && export LOCOREPATH=$(pwd)
cd online && ./autogen.sh
./configure --enable-silent-rules --with-lokit-path=${LOCOREPATH}/include --with-lo-path=${LOCOREPATH}/instdir --enable-debug --disable-setcap