Skip to content

Update main.yml

Update main.yml #5

Workflow file for this run

on:
push:
branches:
- main
jobs:
build:
name: Make website
runs-on: ubuntu-latest
steps:
- name: Guix Cache
uses: actions/cache@v4
with:
path: ~/.cache/guix
# use a key that (almost) never matches
key: guix-cache-${{ github.sha }}
restore-keys: |
guix-cache-
# Cannot use a cache for /gnu/store, since restore fails
- name: Install GNU Guix
uses: PromyLOPh/guix-install-action@v1.5:

Check failure on line 20 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
- name: Check out repository code
uses: actions/checkout@v4
- name: Install packages
run: guix pack -m ${{ github.workspace }}/manifest.scm