File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313jobs :
1414 docs-checks :
1515 runs-on : ubuntu-latest
16- container : fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
16+ container : fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
1717 steps :
1818 - uses : actions/checkout@v5
1919 with :
2020 persist-credentials : false
2121 - name : Install dependencies
2222 run : dnf install -y make lyx 'dnf-command(copr)'
2323 - name : Enable copr repo
24- run : dnf copr enable atim /zola --assumeyes
24+ run : dnf copr enable pgdev /zola --assumeyes
2525 - name : Install zola
2626 run : dnf install zola --assumeyes
2727 - name : Run test
2828 run : make -f Makefile check
2929
3030 ci-checks :
3131 runs-on : ubuntu-latest
32- container : fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
32+ container : fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
3333 steps :
3434 - uses : actions/checkout@v5
3535 with :
4141
4242 spelling-checks :
4343 runs-on : ubuntu-latest
44- container : fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
44+ container : fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
4545 steps :
4646 - name : Install dependencies for Fedora
4747 run : >
You can’t perform that action at this time.
0 commit comments