;ci: fix step names breaking yaml

This commit is contained in:
Simon Michael 2025-05-29 08:12:36 -10:00
parent 40d69a8b14
commit 71673d42eb
10 changed files with 62 additions and 62 deletions

View File

@ -31,7 +31,7 @@ jobs:
# things to be cached/restored:
# - name: Cache: ghcup-installed tools
# - name: Cache - ghcup-installed tools
# id: ghcup
# uses: actions/cache@v4
# with:
@ -40,7 +40,7 @@ jobs:
# restore-keys: |
# ${{ runner.os }}-ghcup
- name: Cache: stack-installed programs in ~/.local/bin
- name: Cache - stack-installed programs in ~/.local/bin
id: stack-programs
uses: actions/cache@v4
with:
@ -49,7 +49,7 @@ jobs:
restore-keys: |
${{ runner.os }}-aarch64-stack-programs
- name: Cache: stack global package db
- name: Cache - stack global package db
id: stack-global
uses: actions/cache@v4
with:
@ -58,7 +58,7 @@ jobs:
restore-keys: |
${{ runner.os }}-aarch64-stack-global
- name: Cache: .stack-work
- name: Cache - .stack-work
uses: actions/cache@v4
with:
path: .stack-work
@ -66,7 +66,7 @@ jobs:
restore-keys: |
${{ runner.os }}-aarch64-stack-work
- name: Cache: hledger-lib/.stack-work
- name: Cache - hledger-lib/.stack-work
uses: actions/cache@v4
with:
path: hledger-lib/.stack-work
@ -74,7 +74,7 @@ jobs:
restore-keys: |
${{ runner.os }}-aarch64-hledger-lib-stack-work
- name: Cache: hledger/.stack-work
- name: Cache - hledger/.stack-work
uses: actions/cache@v4
with:
path: hledger/.stack-work
@ -82,7 +82,7 @@ jobs:
restore-keys: |
${{ runner.os }}-aarch64-hledger-stack-work
- name: Cache: hledger-ui/.stack-work
- name: Cache - hledger-ui/.stack-work
uses: actions/cache@v4
with:
path: hledger-ui/.stack-work
@ -90,7 +90,7 @@ jobs:
restore-keys: |
${{ runner.os }}-aarch64-hledger-ui-stack-work
- name: Cache: hledger-web/.stack-work
- name: Cache - hledger-web/.stack-work
uses: actions/cache@v4
with:
path: hledger-web/.stack-work

View File

@ -42,7 +42,7 @@ jobs:
# things to be cached/restored:
- name: Cache: ghcup-installed tools
- name: Cache - ghcup-installed tools
id: ghcup
uses: actions/cache@v4
with:
@ -51,7 +51,7 @@ jobs:
restore-keys: |
${{ runner.os }}-ghcup
- name: Cache: cabal-installed libs
- name: Cache - cabal-installed libs
id: cabal
uses: actions/cache@v4
with:

View File

@ -24,7 +24,7 @@ jobs:
# things to be cached/restored:
- name: Cache: stack global package db
- name: Cache - stack global package db
id: stack-global
uses: actions/cache@v4
with:
@ -33,7 +33,7 @@ jobs:
restore-keys: |
${{ runner.os }}-stack-global-20240417
- name: Cache: stack-installed programs in ~/.local/bin
- name: Cache - stack-installed programs in ~/.local/bin
id: stack-programs
uses: actions/cache@v4
with:
@ -42,7 +42,7 @@ jobs:
restore-keys: |
${{ runner.os }}-stack-programs-20240417
- name: Cache: .stack-work
- name: Cache - .stack-work
uses: actions/cache@v4
with:
path: .stack-work
@ -50,7 +50,7 @@ jobs:
restore-keys: |
${{ runner.os }}-stack-work-20240417
- name: Cache: hledger-lib/.stack-work
- name: Cache - hledger-lib/.stack-work
uses: actions/cache@v4
with:
path: hledger-lib/.stack-work
@ -58,7 +58,7 @@ jobs:
restore-keys: |
${{ runner.os }}-hledger-lib-stack-work-20240417
- name: Cache: hledger/.stack-work
- name: Cache - hledger/.stack-work
uses: actions/cache@v4
with:
path: hledger/.stack-work
@ -66,7 +66,7 @@ jobs:
restore-keys: |
${{ runner.os }}-hledger-stack-work-20240417
- name: Cache: hledger-ui/.stack-work
- name: Cache - hledger-ui/.stack-work
uses: actions/cache@v4
with:
path: hledger-ui/.stack-work
@ -74,7 +74,7 @@ jobs:
restore-keys: |
${{ runner.os }}-hledger-ui-stack-work-20240417
- name: Cache: hledger-web/.stack-work
- name: Cache - hledger-web/.stack-work
uses: actions/cache@v4
with:
path: hledger-web/.stack-work

View File

@ -25,7 +25,7 @@ jobs:
# caching
- name: Cache: stack programs dir # ghc, ghc-included packages and their haddocks, mingw, msys2
- name: Cache - stack programs dir # ghc, ghc-included packages and their haddocks, mingw, msys2
id: stack-programs-dir
uses: actions/cache@v4
with:
@ -36,7 +36,7 @@ jobs:
restore-keys: |
${{ runner.os }}-appdata-local-programs-stack
- name: Cache: stack global dir
- name: Cache - stack global dir
id: stack-global-package-db
uses: actions/cache@v4
with:
@ -45,7 +45,7 @@ jobs:
restore-keys: |
${{ runner.os }}-appdata-roaming-stack
- name: Cache: ./.stack-work
- name: Cache - ./.stack-work
uses: actions/cache@v4
with:
path: .stack-work
@ -53,7 +53,7 @@ jobs:
restore-keys: |
${{ runner.os }}-stack-work
- name: Cache: hledger-lib/.stack-work
- name: Cache - hledger-lib/.stack-work
uses: actions/cache@v4
with:
path: hledger-lib/.stack-work
@ -61,7 +61,7 @@ jobs:
restore-keys: |
${{ runner.os }}-hledger-lib-stack-work
- name: Cache: hledger/.stack-work
- name: Cache - hledger/.stack-work
uses: actions/cache@v4
with:
path: hledger/.stack-work
@ -69,7 +69,7 @@ jobs:
restore-keys: |
${{ runner.os }}-hledger-stack-work
- name: Cache: hledger-ui/.stack-work
- name: Cache - hledger-ui/.stack-work
uses: actions/cache@v4
with:
path: hledger-ui/.stack-work
@ -77,7 +77,7 @@ jobs:
restore-keys: |
${{ runner.os }}-hledger-ui-stack-work
- name: Cache: hledger-web/.stack-work
- name: Cache - hledger-web/.stack-work
uses: actions/cache@v4
with:
path: hledger-web/.stack-work

View File

@ -25,7 +25,7 @@ jobs:
# things to be cached/restored (needs tar)
- name: Cache: ~/.ghcup
- name: Cache - ~/.ghcup
id: ghcup
uses: actions/cache@v4
with:
@ -34,7 +34,7 @@ jobs:
restore-keys: |
${{ runner.os }}-ghcup
- name: Cache: ~/.cabal
- name: Cache - ~/.cabal
id: cabal
uses: actions/cache@v4
with:

View File

@ -32,7 +32,7 @@ jobs:
# caching
- name: Cache: stack-installed ~/.local/bin
- name: Cache - stack-installed ~/.local/bin
id: stack-programs
uses: actions/cache@v4
with:
@ -41,7 +41,7 @@ jobs:
restore-keys: |
${{ runner.os }}-arm64-stack-programs
- name: Cache: ~/.stack
- name: Cache - ~/.stack
id: stack-global
uses: actions/cache@v4
with:
@ -50,7 +50,7 @@ jobs:
restore-keys: |
${{ runner.os }}-arm64-stack-global
- name: Cache: ./.stack-work
- name: Cache - ./.stack-work
uses: actions/cache@v4
with:
path: .stack-work
@ -58,7 +58,7 @@ jobs:
restore-keys: |
${{ runner.os }}-arm64-stack-work
- name: Cache: hledger-lib/.stack-work
- name: Cache - hledger-lib/.stack-work
uses: actions/cache@v4
with:
path: hledger-lib/.stack-work
@ -66,7 +66,7 @@ jobs:
restore-keys: |
${{ runner.os }}-arm64-hledger-lib-stack-work
- name: Cache: hledger/.stack-work
- name: Cache - hledger/.stack-work
uses: actions/cache@v4
with:
path: hledger/.stack-work
@ -74,7 +74,7 @@ jobs:
restore-keys: |
${{ runner.os }}-arm64-hledger-stack-work
- name: Cache: hledger-ui/.stack-work
- name: Cache - hledger-ui/.stack-work
uses: actions/cache@v4
with:
path: hledger-ui/.stack-work
@ -82,7 +82,7 @@ jobs:
restore-keys: |
${{ runner.os }}-arm64-hledger-ui-stack-work
- name: Cache: hledger-web/.stack-work
- name: Cache - hledger-web/.stack-work
uses: actions/cache@v4
with:
path: hledger-web/.stack-work

View File

@ -32,7 +32,7 @@ jobs:
# caching
- name: Cache: stack-installed ~/.local/bin
- name: Cache - stack-installed ~/.local/bin
id: stack-programs
uses: actions/cache@v4
with:
@ -41,7 +41,7 @@ jobs:
restore-keys: |
${{ runner.os }}-x64-stack-programs
- name: Cache: ~/.stack
- name: Cache - ~/.stack
id: stack-global
uses: actions/cache@v4
with:
@ -50,7 +50,7 @@ jobs:
restore-keys: |
${{ runner.os }}-x64-stack-global
- name: Cache: ./.stack-work
- name: Cache - ./.stack-work
uses: actions/cache@v4
with:
path: .stack-work
@ -58,7 +58,7 @@ jobs:
restore-keys: |
${{ runner.os }}-x64-stack-work
- name: Cache: hledger-lib/.stack-work
- name: Cache - hledger-lib/.stack-work
uses: actions/cache@v4
with:
path: hledger-lib/.stack-work
@ -66,7 +66,7 @@ jobs:
restore-keys: |
${{ runner.os }}-x64-hledger-lib-stack-work
- name: Cache: hledger/.stack-work
- name: Cache - hledger/.stack-work
uses: actions/cache@v4
with:
path: hledger/.stack-work
@ -74,7 +74,7 @@ jobs:
restore-keys: |
${{ runner.os }}-x64-hledger-stack-work
- name: Cache: hledger-ui/.stack-work
- name: Cache - hledger-ui/.stack-work
uses: actions/cache@v4
with:
path: hledger-ui/.stack-work
@ -82,7 +82,7 @@ jobs:
restore-keys: |
${{ runner.os }}-x64-hledger-ui-stack-work
- name: Cache: hledger-web/.stack-work
- name: Cache - hledger-web/.stack-work
uses: actions/cache@v4
with:
path: hledger-web/.stack-work

View File

@ -25,7 +25,7 @@ jobs:
# caching
- name: Cache: stack programs dir # ghc, ghc-included packages and their haddocks, mingw, msys2
- name: Cache - stack programs dir # ghc, ghc-included packages and their haddocks, mingw, msys2
id: stack-programs-dir
uses: actions/cache@v4
with:
@ -36,7 +36,7 @@ jobs:
restore-keys: |
${{ runner.os }}-appdata-local-programs-stack
- name: Cache: stack global dir
- name: Cache - stack global dir
id: stack-global-package-db
uses: actions/cache@v4
with:
@ -45,7 +45,7 @@ jobs:
restore-keys: |
${{ runner.os }}-appdata-roaming-stack
- name: Cache: ./.stack-work
- name: Cache - ./.stack-work
uses: actions/cache@v4
with:
path: .stack-work
@ -53,7 +53,7 @@ jobs:
restore-keys: |
${{ runner.os }}-stack-work
- name: Cache: hledger-lib/.stack-work
- name: Cache - hledger-lib/.stack-work
uses: actions/cache@v4
with:
path: hledger-lib/.stack-work
@ -61,7 +61,7 @@ jobs:
restore-keys: |
${{ runner.os }}-hledger-lib-stack-work
- name: Cache: hledger/.stack-work
- name: Cache - hledger/.stack-work
uses: actions/cache@v4
with:
path: hledger/.stack-work
@ -69,7 +69,7 @@ jobs:
restore-keys: |
${{ runner.os }}-hledger-stack-work
- name: Cache: hledger-ui/.stack-work
- name: Cache - hledger-ui/.stack-work
uses: actions/cache@v4
with:
path: hledger-ui/.stack-work
@ -77,7 +77,7 @@ jobs:
restore-keys: |
${{ runner.os }}-hledger-ui-stack-work
- name: Cache: hledger-web/.stack-work
- name: Cache - hledger-web/.stack-work
uses: actions/cache@v4
with:
path: hledger-web/.stack-work

View File

@ -130,7 +130,7 @@ jobs:
# Can't uncache to /usr/bin:
# /usr/bin/tar -xf /home/runner/work/_temp/5cef703c-9831-41db-adb3-470b839f8a0e/cache.tzst -P -C /home/runner/work/hledger/hledger --use-compress-program unzstd
# /usr/bin/tar: ../../../../../usr/bin/rg: Cannot open: Permission denied
# - name: Cache: extra tools (ripgrep) in /usr/bin
# - name: Cache - extra tools (ripgrep) in /usr/bin
# id: extratools
# uses: actions/cache@v4
# with:
@ -147,7 +147,7 @@ jobs:
# CACHES
- name: Cache: stack global package db
- name: Cache - stack global package db
id: stack-global
uses: actions/cache@v4
with:
@ -160,7 +160,7 @@ jobs:
${{ runner.os }}-stack-global-$ghc
if: env.do-all
- name: Cache: stack-installed programs in ~/.local/bin
- name: Cache - stack-installed programs in ~/.local/bin
id: stack-programs
uses: actions/cache@v4
with:
@ -170,7 +170,7 @@ jobs:
${{ runner.os }}-stack-programs-$ghc
if: env.do-all
- name: Cache: .stack-work
- name: Cache - .stack-work
uses: actions/cache@v4
with:
path: .stack-work
@ -179,7 +179,7 @@ jobs:
${{ runner.os }}-stack-work-$ghc
if: env.do-all
- name: Cache: hledger-lib/.stack-work
- name: Cache - hledger-lib/.stack-work
uses: actions/cache@v4
with:
path: hledger-lib/.stack-work
@ -188,7 +188,7 @@ jobs:
${{ runner.os }}-hledger-lib-stack-work-$ghc
if: env.do-all
- name: Cache: hledger/.stack-work
- name: Cache - hledger/.stack-work
uses: actions/cache@v4
with:
path: hledger/.stack-work
@ -197,7 +197,7 @@ jobs:
${{ runner.os }}-hledger-stack-work-$ghc
if: env.do-all
- name: Cache: hledger-ui/.stack-work
- name: Cache - hledger-ui/.stack-work
uses: actions/cache@v4
with:
path: hledger-ui/.stack-work
@ -206,7 +206,7 @@ jobs:
${{ runner.os }}-hledger-ui-stack-work-$ghc
if: env.do-all
- name: Cache: hledger-web/.stack-work
- name: Cache - hledger-web/.stack-work
uses: actions/cache@v4
with:
path: hledger-web/.stack-work

View File

@ -34,7 +34,7 @@ jobs:
# CACHES
- name: Cache: stack global package db
- name: Cache - stack global package db
id: stack-global
uses: actions/cache@v4
with:
@ -46,7 +46,7 @@ jobs:
restore-keys: |
${{ runner.os }}-stack-global-$ghc
- name: Cache: stack-installed programs in ~/.local/bin
- name: Cache - stack-installed programs in ~/.local/bin
id: stack-programs
uses: actions/cache@v4
with:
@ -55,7 +55,7 @@ jobs:
restore-keys: |
${{ runner.os }}-stack-programs-$ghc
- name: Cache: .stack-work
- name: Cache - .stack-work
uses: actions/cache@v4
with:
path: .stack-work
@ -63,7 +63,7 @@ jobs:
restore-keys: |
${{ runner.os }}-stack-work-$ghc
- name: Cache: hledger-lib/.stack-work
- name: Cache - hledger-lib/.stack-work
uses: actions/cache@v4
with:
path: hledger-lib/.stack-work
@ -71,7 +71,7 @@ jobs:
restore-keys: |
${{ runner.os }}-hledger-lib-stack-work-$ghc
- name: Cache: hledger/.stack-work
- name: Cache - hledger/.stack-work
uses: actions/cache@v4
with:
path: hledger/.stack-work
@ -79,7 +79,7 @@ jobs:
restore-keys: |
${{ runner.os }}-hledger-stack-work-$ghc
- name: Cache: hledger-ui/.stack-work
- name: Cache - hledger-ui/.stack-work
uses: actions/cache@v4
with:
path: hledger-ui/.stack-work
@ -87,7 +87,7 @@ jobs:
restore-keys: |
${{ runner.os }}-hledger-ui-stack-work-$ghc
- name: Cache: hledger-web/.stack-work
- name: Cache - hledger-web/.stack-work
uses: actions/cache@v4
with:
path: hledger-web/.stack-work