-
-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
fail-fast: false # if a particular matrix build fails, don't skip the rest | ||
matrix: | ||
# maybe more things could be added in here in the future (if needed) | ||
arch: [s390x, ppc64le] | ||
arch: [s390x, ppc64le, armv6, armv7] | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
|
@@ -77,7 +77,7 @@ jobs: | |
install: | | ||
apt-get update --fix-missing | ||
apt-get upgrade -y | ||
apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libfreetype6-dev libportmidi-dev libjpeg-dev fontconfig -y | ||
apt-get install build-essential libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libfreetype6-dev libportmidi-dev fontconfig -y | ||
apt-get install python3-setuptools python3-dev python3-pip python3-wheel python3-sphinx -y | ||
# Build a wheel, install it for running unit tests | ||
|