From 0574cf3f682661dc15c7d7dfb787517ae3f41180 Mon Sep 17 00:00:00 2001 From: Genstar Date: Wed, 9 Oct 2024 20:32:54 -0300 Subject: [PATCH] CI test 3 --- .forgejo/workflows/publish.yaml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 0f634f7..58dafd9 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -9,15 +9,11 @@ jobs: build: runs-on: docker steps: - - uses: actions/checkout@v4 - name: Checkout - - name: Update pkg database - run: sudo apt update - - name: Install packages - uses: https://github.com/awalsh128/cache-apt-pkgs-action.git@v1.4.2 - with: - packages: recode - version: 1.0 + - name: Checkout + uses: actions/checkout@v4 + - name: Deps + run: | + apt update - name: Build run: | sh ./scr/clean.sh &&