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.
2 parents c7b8f8b + e4ed2ae commit 6a0a559Copy full SHA for 6a0a559
.github/workflows/build-caffe-2.yml
@@ -5,7 +5,7 @@ on:
5
- 'caffe'
6
workflow_dispatch:
7
env:
8
- WINE_VERSION: 8.21
+ WINE_VERSION: 9.2
9
jobs:
10
build:
11
runs-on: ubuntu-latest
@@ -15,7 +15,7 @@ jobs:
15
- name: setup
16
working-directory: /home/runner/work/
17
run: |
18
- sudo apt purge -y ubuntu-advantage-tools
+ sudo apt purge -y ubuntu-advantage-tools python3-update-manager
19
sudo dpkg --add-architecture i386 && sudo apt update
20
sudo apt install aptitude
21
sudo aptitude remove -y '?narrow(?installed,?version(deb.sury.org))'
0 commit comments