This commit is contained in:
parent
f472e32711
commit
34a838be7b
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ steps:
|
||||||
- name: Test-Arch
|
- name: Test-Arch
|
||||||
image: archlinux/archlinux
|
image: archlinux/archlinux
|
||||||
commands:
|
commands:
|
||||||
- pacman -Sy --noconfirm
|
- pacman -Sy --noconfirm bash glibc
|
||||||
- ./build/main
|
- bash -c "./build/main"
|
||||||
depends_on:
|
depends_on:
|
||||||
- Build
|
- Build
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue