name: Guix Builder run-name: ${{ gitea.actor }} - ${{ gitea.event.head_commit.message }} on: [push] jobs: Build: runs-on: guix steps: - name: Check out repository code uses: https://github.com/actions/checkout@v3 - name: Build preparation run: guix time-machine -C channels.scm -- shell -m manifest-dev.scm -- make pre-build # - name: Build docker image # run: guix time-machine -C channels.scm -- shell -m manifest-dev.scm -- make