We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c29d7 commit dad7f36Copy full SHA for dad7f36
1 file changed
.github/workflows/cmake.yml
@@ -63,20 +63,18 @@ jobs:
63
- name: Create Qt dir on Linux and install deps
64
if: matrix.os != 'windows-latest'
65
run: |
66
- sudo mkdir /Qt
67
- sudo chmod 777 /Qt
68
sudo add-apt-repository universe
69
sudo apt install libfuse2
70
71
- name: Install Qt
72
- uses: jurplel/install-qt-action@master
+ uses: jurplel/install-qt-action@v4
73
with:
74
version: ${{ env.QT_VERSION }}
75
host: ${{ env.QT_HOST }}
76
target: desktop
77
arch: ${{ env.QT_ARCH }}
78
#dir: ${{ runner.temp }}
79
- dir: '/'
+ #dir: '/'
80
setup-python: false
81
82
- name: Configure CMake
0 commit comments