[TEST] Test on i386-debian

This commit is contained in:
lda 2023-11-02 18:12:08 +01:00
parent 87febe92be
commit 8260fd8bad
Signed by: lda
GPG key ID: 6898757653ABE3E6

View file

@ -6,7 +6,7 @@ jobs:
# Compiles out everything. # Compiles out everything.
compile-all: compile-all:
# TODO: More architectures # TODO: More architectures
runs-on: ubuntu-latest runs-on: i386-debian
steps: steps:
# Setups a basic build environment. # Setups a basic build environment.
- name: Setup build environment - name: Setup build environment