1
0

update workflow
All checks were successful
Build / build-debian (push) Successful in 0s
Build / build-arch (push) Successful in 0s
Build / build-void (push) Successful in 0s
Build / build-alpine (push) Successful in 0s

This commit is contained in:
ІО-23 Шмуляр Олег 2025-05-24 21:25:35 +03:00
parent 5e02c5b310
commit 67ef5fb927

View File

@ -6,10 +6,6 @@ jobs:
build-debian:
runs-on: debian-prepared
steps:
- name: Install tools
run: |
apt update
apt install -y git gcc
- name: Clone repository
run: |
git init
@ -26,9 +22,6 @@ jobs:
build-arch:
runs-on: arch-prepared
steps:
- name: Install tools
run: |
pacman -Sy --noconfirm git gcc
- name: Clone repository
run: |
git init
@ -45,14 +38,6 @@ jobs:
build-void:
runs-on: void-prepared
steps:
- name: Install tools
shell: sh
run: |
echo 'repository=https://repo-default.voidlinux.org/current' > /etc/xbps.d/00-repository-main.conf
xbps-install -S
xbps-install -yu xbps
xbps-install -yu
xbps-install -y git gcc
- name: Clone repository
shell: sh
run: |
@ -73,10 +58,6 @@ jobs:
build-alpine:
runs-on: alpine-prepared
steps:
- name: Install tools
shell: sh
run: |
apk add git gcc musl-dev
- name: Clone repository
shell: sh
run: |