Skip to content

Commit f838e32

Browse files
authored
Bugfix nightly wine (openframeworks#7541)
1 parent 515b768 commit f838e32

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/manual-nightly.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
name: nightly-linux64
1+
name: manual-nightly
22

33
on: workflow_dispatch
44
jobs:
5-
build-linux-platforms:
5+
manual-nightly:
66
runs-on: ubuntu-22.04
7-
if: github.repository == 'openframeworks/openFrameworks' && github.ref == 'refs/heads/master'
87
strategy:
98
matrix:
109
cfg:

scripts/ci/package_builds.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ROOT=${GITHUB_WORKSPACE}
55
sudo apt-get -y install aptitude
66

77
#for ubuntu 22.04 we need to install wine32
8-
sudo dpkg --add-architecture i386
8+
#sudo dpkg --add-architecture i386
99
sudo apt-get update
10-
sudo aptitude -y install wine32
10+
sudo aptitude -y install wine64
1111

1212
cd $ROOT
1313

0 commit comments

Comments
 (0)