Skip to content

Commit

Permalink
github: add missing i386 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mptre committed Jun 30, 2024
1 parent 59e41e8 commit e9bfded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
- name: dependenices
run: sudo apt-get update && sudo apt-get install gcc-multilib
- name: test
env:
CC: gcc
Expand Down

0 comments on commit e9bfded

Please sign in to comment.