CodeQL C++: use core assets of version 24.04

Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I92b79a3ef4a05864245e90a487e5f86f67092df9
pull/8480/head
Andras Timar 2024-03-06 20:01:49 +01:00
parent 5e41d722d2
commit e59349f1c3
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ jobs:
- if: matrix.language == 'cpp'
name: Configure
run: |
cd .. && wget https://github.com/CollaboraOnline/online/releases/download/for-code-assets/core-co-23.05-assets.tar.gz
tar xvf core-co-23.05-assets.tar.gz && rm core-co-23.05-assets.tar.gz && export LOCOREPATH=$(pwd)
cd .. && wget https://github.com/CollaboraOnline/online/releases/download/for-code-assets/core-co-24.04-assets.tar.gz
tar xvf core-co-24.04-assets.tar.gz && rm core-co-24.04-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
cd browser && npm update