Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Nov 21, 2023
1 parent 9c0f8a6 commit a369d52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
install: >-
p7zip
wget
python
- name: Install Conan
id: conan
Expand All @@ -111,7 +112,7 @@ jobs:
- name: Build and Upload
run: |
QT_VERSION=${{ matrix.qt_version }} python3 scripts/write_conan.py
QT_VERSION=${{ matrix.qt_version }} python scripts/write_conan.py
mkdir build
cd build
Expand Down

0 comments on commit a369d52

Please sign in to comment.