Skip to content

Commit

Permalink
Update .github/workflows/test.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Soranzo <[email protected]>
  • Loading branch information
mr-c and nsoranzo authored Jul 3, 2024
1 parent ad617cf commit 561fd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
C_COMPILER: i686-linux-gnu-gcc
CFLAGS: -m32
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: install 32bit libraries
run: sudo dpkg --add-architecture i386 && sudo apt update && sudo apt install -y gcc-i686-linux-gnu python3.10:i386 python3.10-minimal:i386 python3.10-dev:i386 python3-pip liblzo2-dev:i386
- name: Install tox
Expand Down

0 comments on commit 561fd6b

Please sign in to comment.