From ae540c5ad63f9a78209a42fc30d3c27e057e9e36 Mon Sep 17 00:00:00 2001 From: Cleverson Date: Tue, 17 Sep 2024 22:52:11 -0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5dc9ed..6999ff1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,12 +32,11 @@ jobs: - name: Install build dependencies run: yes | yum -y --assumeyes install @'Development Tools' glibc-devel.i686 libgcc.i686 libstdc++-devel.i686 wget - - name: Export compiler include path - run: export CPATH=$CPATH:/usr/include/c++/4.8.5/i686-redhat-linux - - name: Run build working-directory: ./AccuracyFix - run: make + run: | + export CPATH=$CPATH:/usr/include/c++/4.8.5/i686-redhat-linux + make - name: Make Accuracy Fix path run: mkdir -p publish/addons/accuracyfix/dlls