install sudo as first step
Some checks failed
Publish bloatrunner / build (push) Failing after -1m30s

This commit is contained in:
Peter Tillemans 2024-05-27 14:35:22 +02:00
parent e8da2b2424
commit 2f85158b3f

View file

@ -5,6 +5,7 @@ jobs:
build: build:
runs-on: docker runs-on: docker
steps: steps:
- run: apt-get update && apt-get install sudo
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: https://github.com/PromyLOPh/guix-install-action@v1 - uses: https://github.com/PromyLOPh/guix-install-action@v1
- run: guix build -f guix.scm - run: guix build -f guix.scm