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.
1 parent fe2c0ab commit a4febfcCopy full SHA for a4febfc
.github/workflows/build.yml
@@ -5,8 +5,8 @@ on:
5
pull_request:
6
7
env:
8
- sfall_version: 4.4.6.1
9
- mpack_version: 4.4.6
+ sfall_version: 4.4.7
+ mpack_version: 4.4.7
10
11
jobs:
12
build:
@@ -22,9 +22,7 @@ jobs:
22
uses: devopsx/gha-ubuntu-i386-fix@master
23
24
- name: Install packages
25
- run: |
26
- sudo DEBIAN_FRONTEND=noninteractive eatmydata apt-get install -o=Dpkg::Use-Pty=0 -y crudini dos2unix gcc p7zip
27
- WINEARCH=win32 eatmydata wineboot
+ run: sudo DEBIAN_FRONTEND=noninteractive eatmydata apt-get install -o=Dpkg::Use-Pty=0 -y crudini dos2unix gcc p7zip
28
29
- name: Build and package
30
run: |
0 commit comments