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 994a825 commit 148f1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
yes | yum -y --assumeyes config-manager --set-enabled powertools
- 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
run: yes | yum -y --assumeyes install @'Development Tools' wget glibc-devel libgcc libstdc++-devel libgcc libstdc++-static glibc-devel.i686 libgcc.i686 libstdc++-devel.i686 libgcc.i686 libstdc++-static.i686

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

0 comments on commit 148f1ba

Please sign in to comment.