Skip to content

Commit

Permalink
Use current lo-core-assets
Browse files Browse the repository at this point in the history
Signed-off-by: andreasma <maand@gmx.de>
Change-Id: Ic0d553e9cb7ca37cde1dbb88593cdebf63a3e947
  • Loading branch information
andreasma committed May 25, 2024
1 parent d050d2b commit f509b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
- if: matrix.language == 'cpp'
name: Configure
run: |
cd .. && wget https://github.com/freeonlineoffice/online/releases/download/Core-LibreOffice-Assets/core-lo-7.8-alpha-2024-05-18-assets.tar.gz
tar xvf core-lo-7.8-alpha-2024-05-18-assets.tar.gz && rm core-lo-7.8-alpha-2024-05-18-assets.tar.gz && export LOCOREPATH=$(pwd)
cd .. && wget https://github.com/freeonlineoffice/online/releases/download/Core-LibreOffice-Assets/core-lo-7.8-alpha-2024-05-24-assets.tar.gz
tar xvf core-lo-7.8-alpha-2024-05-24-assets.tar.gz && rm core-lo-7.8-alpha-2024-05-24-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
Expand Down

0 comments on commit f509b4f

Please sign in to comment.