Skip to content

Commit

Permalink
install 32bit headers on linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
hollacs committed Jun 24, 2024
1 parent e4f968c commit 43a731c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install 32-bit headers
run: |
sudo apt-get install gcc-multilib
- name: Set up AMBuilder
run: |
git clone https://github.com/alliedmodders/ambuild
Expand Down

0 comments on commit 43a731c

Please sign in to comment.