We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9836850 commit 5a89405Copy full SHA for 5a89405
.github/workflows/main.yml
@@ -78,7 +78,7 @@ jobs:
78
79
windows:
80
name: 'Windows 64-bit'
81
- runs-on: [windows-latest]
+ runs-on: [windows-2019]
82
env:
83
QT_VERSION: '5.15.2'
84
WINDOWS_DEPS_VERSION: '2019'
@@ -317,7 +317,8 @@ jobs:
317
run: |
318
curl -L -O http://s.sudre.free.fr/Software/files/Packages.dmg
319
sudo hdiutil attach ./Packages.dmg
320
- sudo installer -pkg /Volumes/Packages\ 1.2.9/Install\ Packages.pkg -target /
+ pushd /Volumes/Packages*
321
+ sudo installer -pkg ./Install\ Packages.pkg -target /
322
323
- name: 'Package hyperion-obs'
324
working-directory: ${{ github.workspace }}/build
.version
@@ -1 +1 @@
1
-1.0.0
+1.0.1
0 commit comments