From e2725be2370a7ab04660658725c90e06bcac4264 Mon Sep 17 00:00:00 2001 From: Lucas Azevedo Date: Thu, 27 Jun 2024 00:45:53 -0300 Subject: [PATCH] Use make for matching CI build --- .github/workflows/build_matching.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_matching.yml b/.github/workflows/build_matching.yml index e6588e7..1bb78d4 100644 --- a/.github/workflows/build_matching.yml +++ b/.github/workflows/build_matching.yml @@ -44,4 +44,4 @@ jobs: echo "SHC_INC=$(winepath -w $DC_SDK/shc/include),$(winepath -w $DC_SDK/shinobi/include)" >> "$GITHUB_ENV" - name: Build - run: bash scripts/build_matching.sh + run: make -f Makefile.matching