Skip to content

Commit

Permalink
revert linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
pekempy committed Sep 19, 2024
1 parent 7667a7f commit 22e9a41
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4.0.0
with:
version: "6.5.0"
version: "6.4.0"
install-deps: "true"
modules: "qtwebengine qtpositioning qtwebchannel"

Expand All @@ -49,8 +49,7 @@ jobs:
run: |
export OPENSSL_ROOT_DIR=/usr
export OPENSSL_LIB_DIR=/usr/lib/x86_64-linux-gnu
# export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH=/usr/local/lib
qmake ${{env.QMAKE_PROJECT}} CONFIG+=release PREFIX=/usr
make -j8
Expand Down

0 comments on commit 22e9a41

Please sign in to comment.