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 515b768 commit f838e32Copy full SHA for f838e32
.github/workflows/manual-nightly.yml
@@ -1,10 +1,9 @@
1
-name: nightly-linux64
+name: manual-nightly
2
3
on: workflow_dispatch
4
jobs:
5
- build-linux-platforms:
+ manual-nightly:
6
runs-on: ubuntu-22.04
7
- if: github.repository == 'openframeworks/openFrameworks' && github.ref == 'refs/heads/master'
8
strategy:
9
matrix:
10
cfg:
scripts/ci/package_builds.sh
@@ -5,9 +5,9 @@ ROOT=${GITHUB_WORKSPACE}
sudo apt-get -y install aptitude
#for ubuntu 22.04 we need to install wine32
-sudo dpkg --add-architecture i386
+#sudo dpkg --add-architecture i386
sudo apt-get update
-sudo aptitude -y install wine32
+sudo aptitude -y install wine64
11
12
cd $ROOT
13
0 commit comments