Skip to content

Commit 6a0a559

Browse files
author
Mirko Brombin
authored
Merge pull request #65 from xioren/patch-1
Update Caffe to Wine 9.2
2 parents c7b8f8b + e4ed2ae commit 6a0a559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-caffe-2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- 'caffe'
66
workflow_dispatch:
77
env:
8-
WINE_VERSION: 8.21
8+
WINE_VERSION: 9.2
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
@@ -15,7 +15,7 @@ jobs:
1515
- name: setup
1616
working-directory: /home/runner/work/
1717
run: |
18-
sudo apt purge -y ubuntu-advantage-tools
18+
sudo apt purge -y ubuntu-advantage-tools python3-update-manager
1919
sudo dpkg --add-architecture i386 && sudo apt update
2020
sudo apt install aptitude
2121
sudo aptitude remove -y '?narrow(?installed,?version(deb.sury.org))'

0 commit comments

Comments
 (0)