Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn authored Sep 18, 2024
1 parent ecd9ac6 commit ae540c5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae540c5

Please sign in to comment.