From 791a4c59a3d6fb269049956f86198448cbfb5062 Mon Sep 17 00:00:00 2001 From: svk Date: Sun, 30 Jul 2023 11:44:41 +0300 Subject: [PATCH] Test gitea actions --- .gitea/workflows/build.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ecb49a8..3b58f08 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -4,10 +4,7 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: ubuntu-latest + runs-on: tcl-tk-builder steps: - build: - image: svk28/tcltk-build-debian:latest - commands: - - cd debian - - ./build-deb-projman.sh + - run: cd debian + - run: ./build-deb-projman.sh