From 67ef5fb9276333c8b89bd933d9faa7953d74357e Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Sat, 24 May 2025 21:25:35 +0300 Subject: [PATCH] update workflow --- .gitea/workflows/test1.yaml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.gitea/workflows/test1.yaml b/.gitea/workflows/test1.yaml index 5590dbd..1a7fe4e 100644 --- a/.gitea/workflows/test1.yaml +++ b/.gitea/workflows/test1.yaml @@ -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: |