forked from lda/telodendria
[FIX] Set to 'debian' instead of 'i386-debian'
This commit is contained in:
parent
8260fd8bad
commit
9139661046
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ jobs:
|
||||||
# Compiles out everything.
|
# Compiles out everything.
|
||||||
compile-all:
|
compile-all:
|
||||||
# TODO: More architectures
|
# TODO: More architectures
|
||||||
runs-on: i386-debian
|
runs-on: debian
|
||||||
steps:
|
steps:
|
||||||
# Setups a basic build environment.
|
# Setups a basic build environment.
|
||||||
- name: Setup build environment
|
- name: Setup build environment
|
||||||
|
|
Loading…
Reference in a new issue