update workflow
This commit is contained in:
parent
5e02c5b310
commit
67ef5fb927
@ -6,10 +6,6 @@ jobs:
|
|||||||
build-debian:
|
build-debian:
|
||||||
runs-on: debian-prepared
|
runs-on: debian-prepared
|
||||||
steps:
|
steps:
|
||||||
- name: Install tools
|
|
||||||
run: |
|
|
||||||
apt update
|
|
||||||
apt install -y git gcc
|
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
run: |
|
run: |
|
||||||
git init
|
git init
|
||||||
@ -26,9 +22,6 @@ jobs:
|
|||||||
build-arch:
|
build-arch:
|
||||||
runs-on: arch-prepared
|
runs-on: arch-prepared
|
||||||
steps:
|
steps:
|
||||||
- name: Install tools
|
|
||||||
run: |
|
|
||||||
pacman -Sy --noconfirm git gcc
|
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
run: |
|
run: |
|
||||||
git init
|
git init
|
||||||
@ -45,14 +38,6 @@ jobs:
|
|||||||
build-void:
|
build-void:
|
||||||
runs-on: void-prepared
|
runs-on: void-prepared
|
||||||
steps:
|
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
|
- name: Clone repository
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
@ -73,10 +58,6 @@ jobs:
|
|||||||
build-alpine:
|
build-alpine:
|
||||||
runs-on: alpine-prepared
|
runs-on: alpine-prepared
|
||||||
steps:
|
steps:
|
||||||
- name: Install tools
|
|
||||||
shell: sh
|
|
||||||
run: |
|
|
||||||
apk add git gcc musl-dev
|
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user