We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6897e61 commit 79e5dd4Copy full SHA for 79e5dd4
1 file changed
.github/workflows/build.yml
@@ -158,7 +158,7 @@ jobs:
158
working-directory: install/share/wine
159
run: |
160
mkdir -p mono
161
- curl -fL https://github.com/wine-mono/wine-mono/releases/download/wine-mono-8.1.0/wine-mono-8.1.0-x86.tar.xz
+ curl -fL https://github.com/wine-mono/wine-mono/releases/download/wine-mono-8.1.0/wine-mono-8.1.0-x86.tar.xz \
162
| tar -xJ -C mono
163
164
- name: create Engine directory
0 commit comments