Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bilam committed Nov 10, 2024
1 parent 2b87c3a commit b3b14a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jqtide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ jobs:
- name: Install Qt from source
uses: jurplel/install-qt-action@v4
with:
version: '6.8.0'
version: '6.7.3'
target: 'desktop'
arch: 'win64_msvc2019_64'
dir: '${{github.workspace}}'
Expand All @@ -353,7 +353,7 @@ jobs:
- name: Install Qt from source arm64
uses: jurplel/install-qt-action@v4
with:
version: '6.8.0'
version: '6.7.3'
target: 'desktop'
arch: 'win64_msvc2019_arm64'
dir: '${{github.workspace}}'
Expand All @@ -363,7 +363,7 @@ jobs:

- name: Compile JQtide
shell: cmd
run: script\makewin.cmd 6.8.0 arm64
run: script\makewin.cmd 6.7.3 arm64

- name: Release JQtide
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit b3b14a3

Please sign in to comment.