update workflow
This commit is contained in:
parent
5e02c5b310
commit
67ef5fb927
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user