Skip to content

Commit

Permalink
.github: Fix build on x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRH committed Sep 4, 2023
1 parent 05d4492 commit 25daac9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ubuntu-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
mkdir -p wine/build
cd wine/build
../configure --enable-win64 --with-mingw --enable-archs=i386,x86_64,arm --without-x --without-fontconfig
make -j$(nproc) -C dlls/box64cpu
make -j$(nproc) -C dlls/fexcore
make -j$(nproc) -C dlls/msacm32
make -j$(nproc) -C dlls/ntdll
Expand Down

0 comments on commit 25daac9

Please sign in to comment.