The Tester one v3
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Sebastian Ranoszek 2025-04-04 17:57:02 +02:00
parent f472e32711
commit 34a838be7b

View file

@ -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