From e8da2b2424ac89bd391a84c967b1c6b00a297f8c Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Mon, 27 May 2024 13:28:26 +0200 Subject: [PATCH] use default container with hosted guix installed --- .forgejo/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index ec1a20c..379e5ad 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -4,9 +4,8 @@ on: [push] jobs: build: runs-on: docker - container: - image: metacall/guix:latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4 + - uses: https://github.com/PromyLOPh/guix-install-action@v1 - run: guix build -f guix.scm \ No newline at end of file