Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
p0358 committed Oct 25, 2024
1 parent 64ee0aa commit ec861ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: Create Qt dir on Linux
if: matrix.os != 'windows-latest'
run: |
mkdir /Qt
chmod 777 /Qt
sudo mkdir /Qt
sudo chmod 777 /Qt
- name: Install Qt
uses: jurplel/install-qt-action@v4
Expand All @@ -81,7 +81,6 @@ jobs:
uses: actions/github-script@v7
with:
script: |
# QT_ROOT_DIR
if (process.env.QT_ROOT_DIR) {
core.exportVariable('QT_ROOT_DIR', process.env.QT_ROOT_DIR.replace(/[/\\]bin[/\\]qmake[^/\\]*/i, ""));
core.exportVariable('Qt6_DIR', process.env.QT_ROOT_DIR + "/lib/cmake");
Expand Down

0 comments on commit ec861ac

Please sign in to comment.