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 12, 2024
1 parent d6c7e2d commit f796dda
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,17 @@ jobs:
linux:
name: Linux Build
runs-on: ubuntu-latest
container: ubuntu:18.04
container: centos:7

steps:
- name: Setup Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Add i386 architecture
run: dpkg --add-architecture i386

- name: Update repository
run: apt-get -qq update
- name: Update cache
run: yes | yum -y --assumeyes makecache

- name: Install build dependencies
run: apt-get install -qq -y wget unzip build-essential gcc-4.8-multilib g++-4.8-multilib libgcc1 libgcc1:i386 libc6-dev libc6-dev-i386
run: yes | yum -y --assumeyes install @'Development Tools' glibc-devel.i686 libgcc.i686 libstdc++-devel.i686 wget unzip

- name: Run build
working-directory: ./MatchBot
Expand Down

0 comments on commit f796dda

Please sign in to comment.