Skip to content

Commit

Permalink
fix arch
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-ce committed Dec 23, 2024
1 parent 87df8d1 commit 77e86b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
version: ${{ matrix.qtversion }}
host: linux
target: 'desktop'
arch: gcc_64
arch: linux_gcc_64
dir: '${{github.workspace}}/qt'
install-deps: 'true'
cache: true
Expand Down Expand Up @@ -78,6 +78,9 @@ jobs:
- name: Set reusable strings
shell: bash
run: |
echo "${{github.workspace}}/qt":
ls ${{github.workspace}}/qt
echo "${QT_ROOT_DIR}/lib/cmake/Qt6Linguist:"
ls ${QT_ROOT_DIR}/lib/cmake/Qt6Linguist
echo "==="
Expand Down

0 comments on commit 77e86b9

Please sign in to comment.