Skip to content

Commit

Permalink
Fix CI build for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
proxict committed Aug 12, 2023
1 parent 14f0d8a commit d021741
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
run: |
sudo apt-get install g++-multilib gcc-multilib
sudo dpkg --add-architecture i386
sudo apt-get install nasm:i386 libtommath-dev:i386 libtommath1:i386 libc6:i386 libgcc-s1:i386
sudo apt-get update
sudo apt-get install nasm:i386
- name: Build server
run: make
Expand Down

0 comments on commit d021741

Please sign in to comment.