Skip to content

Commit

Permalink
Merge pull request #65 from xioren/patch-1
Browse files Browse the repository at this point in the history
Update Caffe to Wine 9.2
  • Loading branch information
mirkobrombin authored Feb 28, 2024
2 parents c7b8f8b + e4ed2ae commit 6a0a559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-caffe-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'caffe'
workflow_dispatch:
env:
WINE_VERSION: 8.21
WINE_VERSION: 9.2
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -15,7 +15,7 @@ jobs:
- name: setup
working-directory: /home/runner/work/
run: |
sudo apt purge -y ubuntu-advantage-tools
sudo apt purge -y ubuntu-advantage-tools python3-update-manager
sudo dpkg --add-architecture i386 && sudo apt update
sudo apt install aptitude
sudo aptitude remove -y '?narrow(?installed,?version(deb.sury.org))'
Expand Down

0 comments on commit 6a0a559

Please sign in to comment.