Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandotonon committed Jun 5, 2024
1 parent 9074b8d commit 89464ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
AQT_VERSION: '==3.1.*'
QT_VERSION: '6.7.0'
QT_VERSION: '6.7.1s'

jobs:
# send-slack-notification:
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
needs: [build-n-cache-assimp-linux, build-n-cache-ogre-linux]
runs-on: ubuntu-latest
env:
LD_LIBRARY_PATH: /home/runner/work/QtMeshEditor/Qt/6.7.0/gcc_64/lib/:/usr/local/lib/:/usr/local/lib/OGRE/:/usr/local/lib/pkgconfig/
LD_LIBRARY_PATH: /usr/local/lib/:/usr/local/lib/OGRE/:/usr/local/lib/pkgconfig/
steps:
- uses: actions/checkout@v3.5.3
with:
Expand All @@ -353,7 +353,7 @@ jobs:
version: ${{ env.QT_VERSION }}
host: 'linux'
target: 'desktop'
arch: 'gcc_64'
arch: 'linux_gcc_64'

- name: change folder permissions
run: |
Expand Down Expand Up @@ -461,7 +461,7 @@ jobs:
runs-on: ubuntu-latest
permissions: read-all
env:
LD_LIBRARY_PATH: /home/runner/work/QtMeshEditor/Qt/6.7.0/gcc_64/lib/:/usr/local/lib/:/usr/local/lib/OGRE/:/usr/local/lib/pkgconfig/:/lib/x86_64-linux-gnu/
LD_LIBRARY_PATH: gcc_64/lib/:/usr/local/lib/:/usr/local/lib/OGRE/:/usr/local/lib/pkgconfig/:/lib/x86_64-linux-gnu/
BUILD_WRAPPER_OUT_DIR: ./
QT_QPA_PLATFORM: minimal
QT_DEBUG_PLUGINS: 1
Expand All @@ -479,7 +479,7 @@ jobs:
version: ${{ env.QT_VERSION }}
host: 'linux'
target: 'desktop'
arch: 'gcc_64'
arch: 'linux_gcc_64'

- name: change folder permissions
run: |
Expand Down

0 comments on commit 89464ea

Please sign in to comment.