We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2e874 commit 098f08eCopy full SHA for 098f08e
.github/workflows/qt-build-release-linux.yml
@@ -40,7 +40,7 @@ jobs:
40
run: sudo apt install fakeroot patchelf -y
41
42
- name: Setup Python
43
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
44
with:
45
python-version: '3.8'
46
cache: 'pip'
.github/workflows/qt-build-release-win.yml
@@ -43,7 +43,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
47
48
49
@@ -64,4 +64,4 @@ jobs:
64
65
name: WingHexExplorer2-win-release-build-cache
66
path: ${{github.workspace}}/mkinstaller/innoSetup/*.exe
67
-
+
0 commit comments