Skip to content

Commit

Permalink
Use IFW 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Jun 24, 2021
1 parent 82e97f1 commit 7435286
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
set -x
out_dir=${{ runner.workspace }}/Qt
aqt tool linux tools_ifw 4.1 qt.tools.ifw.41 --outputdir="$out_dir"
aqt tool linux tools_ifw 4.1.1 qt.tools.ifw.41 --outputdir="$out_dir"
echo "$out_dir/Tools/QtInstallerFramework/4.1/bin" >> $GITHUB_PATH
- name: Create Build Directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
set -x
out_dir=${{ runner.workspace }}/Qt
aqt tool mac tools_ifw 4.1 qt.tools.ifw.41 --outputdir="$out_dir"
aqt tool mac tools_ifw 4.1.1 qt.tools.ifw.41 --outputdir="$out_dir"
echo "$out_dir/Tools/QtInstallerFramework/4.1/bin" >> $GITHUB_PATH
- name: Create Build Directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
run: |
set -x
out_dir="C:/Qt"
aqt tool windows tools_ifw 4.1 qt.tools.ifw.41 --outputdir="$out_dir"
aqt tool windows tools_ifw 4.1.1 qt.tools.ifw.41 --outputdir="$out_dir"
echo "$out_dir/Tools/QtInstallerFramework/4.1/bin" >> $GITHUB_PATH
- name: Create Build Directory
Expand Down

5 comments on commit 7435286

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ChangeIFWVersion (Myoldmopar) - x86_64-MacOS-10.15-clang-11.0.0: OK (3099 of 3099 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ChangeIFWVersion (Myoldmopar) - Win64-Windows-10-VisualStudio-16: Tests Failed (0 of 0 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ChangeIFWVersion (Myoldmopar) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: Tests Failed (0 of 0 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ChangeIFWVersion (Myoldmopar) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: Tests Failed (0 of 0 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ChangeIFWVersion (Myoldmopar) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: Tests Failed (0 of 0 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.