Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add 32bit test #80

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

add 32bit test #80

wants to merge 2 commits into from

Conversation

mr-c
Copy link
Contributor

@mr-c mr-c commented Oct 29, 2021

Re-do of #55 for GitHub Actions

@mr-c mr-c force-pushed the github_actions_32bit_test branch from ac2ccfd to 88c50da Compare July 3, 2024 15:45
@mr-c mr-c force-pushed the github_actions_32bit_test branch from 88c50da to ad617cf Compare July 3, 2024 15:49
.github/workflows/test.yaml Outdated Show resolved Hide resolved
steps:
- uses: actions/checkout@v2
- 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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Split in multiple lines?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants