Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn authored Nov 29, 2024
1 parent 860f3d3 commit 994a825
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ jobs:
- name: Install build dependencies
run: yes | yum -y --assumeyes install @'Development Tools' glibc-devel.i686 libgcc.i686 libstdc++-devel.i686 libgcc.i686 libstdc++-static.i686 wget

- name: Run build
- name: Run build (export CPATH=$CPATH:/usr/include/c++/4.8.5/i686-redhat-linux)
working-directory: ./MatchBot
run: |
export CPATH=$CPATH:/usr/include/c++/4.8.5/i686-redhat-linux
make
run: make

- name: Make Match BOT path
run: mkdir -p publish/addons/matchbot/dlls
Expand Down

0 comments on commit 994a825

Please sign in to comment.