From 6b4c102ed46dd039fcd6c03766aeb985d6e5a7dc Mon Sep 17 00:00:00 2001 From: Steven Casper Date: Sat, 22 Jun 2024 01:27:11 -0400 Subject: [PATCH] Reapply "Try wine in CI instead of Wibo" This reverts commit 10dfb6f05d82a7029430e4169988862063526289. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c7c501c0..862f00498 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: # Build the project - name: Build run: | - python configure.py --map --version ${{ matrix.version }} \ + python configure.py --wrapper wine --map --version ${{ matrix.version }} \ --binutils /binutils --compilers /compilers ninja all_source build/${{ matrix.version }}/progress.json