Skip to content

Commit

Permalink
Merge pull request #418 from proxict/fix/linux-ci
Browse files Browse the repository at this point in the history
Fix CI build for linux
  • Loading branch information
proxict authored Sep 19, 2023
2 parents 14f0d8a + d021741 commit 07bfb39
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 07bfb39

Please sign in to comment.