use default container with hosted guix installed
Some checks failed
Publish bloatrunner / build (push) Failing after -1m52s
Some checks failed
Publish bloatrunner / build (push) Failing after -1m52s
This commit is contained in:
parent
589469b4cd
commit
e8da2b2424
1 changed files with 2 additions and 3 deletions
|
@ -4,9 +4,8 @@ on: [push]
|
|||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: metacall/guix:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/PromyLOPh/guix-install-action@v1
|
||||
- run: guix build -f guix.scm
|
||||
|
Loading…
Reference in a new issue