;ci: fix step names breaking yaml
This commit is contained in:
parent
40d69a8b14
commit
71673d42eb
@ -31,7 +31,7 @@ jobs:
|
|||||||
|
|
||||||
# things to be cached/restored:
|
# things to be cached/restored:
|
||||||
|
|
||||||
# - name: Cache: ghcup-installed tools
|
# - name: Cache - ghcup-installed tools
|
||||||
# id: ghcup
|
# id: ghcup
|
||||||
# uses: actions/cache@v4
|
# uses: actions/cache@v4
|
||||||
# with:
|
# with:
|
||||||
@ -40,7 +40,7 @@ jobs:
|
|||||||
# restore-keys: |
|
# restore-keys: |
|
||||||
# ${{ runner.os }}-ghcup
|
# ${{ runner.os }}-ghcup
|
||||||
|
|
||||||
- name: Cache: stack-installed programs in ~/.local/bin
|
- name: Cache - stack-installed programs in ~/.local/bin
|
||||||
id: stack-programs
|
id: stack-programs
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -49,7 +49,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-aarch64-stack-programs
|
${{ runner.os }}-aarch64-stack-programs
|
||||||
|
|
||||||
- name: Cache: stack global package db
|
- name: Cache - stack global package db
|
||||||
id: stack-global
|
id: stack-global
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-aarch64-stack-global
|
${{ runner.os }}-aarch64-stack-global
|
||||||
|
|
||||||
- name: Cache: .stack-work
|
- name: Cache - .stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: .stack-work
|
path: .stack-work
|
||||||
@ -66,7 +66,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-aarch64-stack-work
|
${{ runner.os }}-aarch64-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger-lib/.stack-work
|
- name: Cache - hledger-lib/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-lib/.stack-work
|
path: hledger-lib/.stack-work
|
||||||
@ -74,7 +74,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-aarch64-hledger-lib-stack-work
|
${{ runner.os }}-aarch64-hledger-lib-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger/.stack-work
|
- name: Cache - hledger/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger/.stack-work
|
path: hledger/.stack-work
|
||||||
@ -82,7 +82,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-aarch64-hledger-stack-work
|
${{ runner.os }}-aarch64-hledger-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger-ui/.stack-work
|
- name: Cache - hledger-ui/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-ui/.stack-work
|
path: hledger-ui/.stack-work
|
||||||
@ -90,7 +90,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-aarch64-hledger-ui-stack-work
|
${{ runner.os }}-aarch64-hledger-ui-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger-web/.stack-work
|
- name: Cache - hledger-web/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-web/.stack-work
|
path: hledger-web/.stack-work
|
||||||
|
|||||||
4
.github/workflows/_binaries-linux-arm64.yml
vendored
4
.github/workflows/_binaries-linux-arm64.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
|
|
||||||
# things to be cached/restored:
|
# things to be cached/restored:
|
||||||
|
|
||||||
- name: Cache: ghcup-installed tools
|
- name: Cache - ghcup-installed tools
|
||||||
id: ghcup
|
id: ghcup
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -51,7 +51,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-ghcup
|
${{ runner.os }}-ghcup
|
||||||
|
|
||||||
- name: Cache: cabal-installed libs
|
- name: Cache - cabal-installed libs
|
||||||
id: cabal
|
id: cabal
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
14
.github/workflows/_binaries-linux-x64-stack.yml
vendored
14
.github/workflows/_binaries-linux-x64-stack.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
|
|
||||||
# things to be cached/restored:
|
# things to be cached/restored:
|
||||||
|
|
||||||
- name: Cache: stack global package db
|
- name: Cache - stack global package db
|
||||||
id: stack-global
|
id: stack-global
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-stack-global-20240417
|
${{ runner.os }}-stack-global-20240417
|
||||||
|
|
||||||
- name: Cache: stack-installed programs in ~/.local/bin
|
- name: Cache - stack-installed programs in ~/.local/bin
|
||||||
id: stack-programs
|
id: stack-programs
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-stack-programs-20240417
|
${{ runner.os }}-stack-programs-20240417
|
||||||
|
|
||||||
- name: Cache: .stack-work
|
- name: Cache - .stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: .stack-work
|
path: .stack-work
|
||||||
@ -50,7 +50,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-stack-work-20240417
|
${{ runner.os }}-stack-work-20240417
|
||||||
|
|
||||||
- name: Cache: hledger-lib/.stack-work
|
- name: Cache - hledger-lib/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-lib/.stack-work
|
path: hledger-lib/.stack-work
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-hledger-lib-stack-work-20240417
|
${{ runner.os }}-hledger-lib-stack-work-20240417
|
||||||
|
|
||||||
- name: Cache: hledger/.stack-work
|
- name: Cache - hledger/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger/.stack-work
|
path: hledger/.stack-work
|
||||||
@ -66,7 +66,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-hledger-stack-work-20240417
|
${{ runner.os }}-hledger-stack-work-20240417
|
||||||
|
|
||||||
- name: Cache: hledger-ui/.stack-work
|
- name: Cache - hledger-ui/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-ui/.stack-work
|
path: hledger-ui/.stack-work
|
||||||
@ -74,7 +74,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-hledger-ui-stack-work-20240417
|
${{ runner.os }}-hledger-ui-stack-work-20240417
|
||||||
|
|
||||||
- name: Cache: hledger-web/.stack-work
|
- name: Cache - hledger-web/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-web/.stack-work
|
path: hledger-web/.stack-work
|
||||||
|
|||||||
14
.github/workflows/_binaries-windows-arm64.yml
vendored
14
.github/workflows/_binaries-windows-arm64.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
|
|
||||||
# caching
|
# 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
|
id: stack-programs-dir
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-appdata-local-programs-stack
|
${{ runner.os }}-appdata-local-programs-stack
|
||||||
|
|
||||||
- name: Cache: stack global dir
|
- name: Cache - stack global dir
|
||||||
id: stack-global-package-db
|
id: stack-global-package-db
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -45,7 +45,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-appdata-roaming-stack
|
${{ runner.os }}-appdata-roaming-stack
|
||||||
|
|
||||||
- name: Cache: ./.stack-work
|
- name: Cache - ./.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: .stack-work
|
path: .stack-work
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-stack-work
|
${{ runner.os }}-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger-lib/.stack-work
|
- name: Cache - hledger-lib/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-lib/.stack-work
|
path: hledger-lib/.stack-work
|
||||||
@ -61,7 +61,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-hledger-lib-stack-work
|
${{ runner.os }}-hledger-lib-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger/.stack-work
|
- name: Cache - hledger/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger/.stack-work
|
path: hledger/.stack-work
|
||||||
@ -69,7 +69,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-hledger-stack-work
|
${{ runner.os }}-hledger-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger-ui/.stack-work
|
- name: Cache - hledger-ui/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-ui/.stack-work
|
path: hledger-ui/.stack-work
|
||||||
@ -77,7 +77,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-hledger-ui-stack-work
|
${{ runner.os }}-hledger-ui-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger-web/.stack-work
|
- name: Cache - hledger-web/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-web/.stack-work
|
path: hledger-web/.stack-work
|
||||||
|
|||||||
4
.github/workflows/binaries-linux-x64.yml
vendored
4
.github/workflows/binaries-linux-x64.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
|
|
||||||
# things to be cached/restored (needs tar)
|
# things to be cached/restored (needs tar)
|
||||||
|
|
||||||
- name: Cache: ~/.ghcup
|
- name: Cache - ~/.ghcup
|
||||||
id: ghcup
|
id: ghcup
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -34,7 +34,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-ghcup
|
${{ runner.os }}-ghcup
|
||||||
|
|
||||||
- name: Cache: ~/.cabal
|
- name: Cache - ~/.cabal
|
||||||
id: cabal
|
id: cabal
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
14
.github/workflows/binaries-mac-arm64.yml
vendored
14
.github/workflows/binaries-mac-arm64.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
|
|
||||||
# caching
|
# caching
|
||||||
|
|
||||||
- name: Cache: stack-installed ~/.local/bin
|
- name: Cache - stack-installed ~/.local/bin
|
||||||
id: stack-programs
|
id: stack-programs
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -41,7 +41,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-arm64-stack-programs
|
${{ runner.os }}-arm64-stack-programs
|
||||||
|
|
||||||
- name: Cache: ~/.stack
|
- name: Cache - ~/.stack
|
||||||
id: stack-global
|
id: stack-global
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -50,7 +50,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-arm64-stack-global
|
${{ runner.os }}-arm64-stack-global
|
||||||
|
|
||||||
- name: Cache: ./.stack-work
|
- name: Cache - ./.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: .stack-work
|
path: .stack-work
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-arm64-stack-work
|
${{ runner.os }}-arm64-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger-lib/.stack-work
|
- name: Cache - hledger-lib/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-lib/.stack-work
|
path: hledger-lib/.stack-work
|
||||||
@ -66,7 +66,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-arm64-hledger-lib-stack-work
|
${{ runner.os }}-arm64-hledger-lib-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger/.stack-work
|
- name: Cache - hledger/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger/.stack-work
|
path: hledger/.stack-work
|
||||||
@ -74,7 +74,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-arm64-hledger-stack-work
|
${{ runner.os }}-arm64-hledger-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger-ui/.stack-work
|
- name: Cache - hledger-ui/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-ui/.stack-work
|
path: hledger-ui/.stack-work
|
||||||
@ -82,7 +82,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-arm64-hledger-ui-stack-work
|
${{ runner.os }}-arm64-hledger-ui-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger-web/.stack-work
|
- name: Cache - hledger-web/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-web/.stack-work
|
path: hledger-web/.stack-work
|
||||||
|
|||||||
14
.github/workflows/binaries-mac-x64.yml
vendored
14
.github/workflows/binaries-mac-x64.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
|
|
||||||
# caching
|
# caching
|
||||||
|
|
||||||
- name: Cache: stack-installed ~/.local/bin
|
- name: Cache - stack-installed ~/.local/bin
|
||||||
id: stack-programs
|
id: stack-programs
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -41,7 +41,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-x64-stack-programs
|
${{ runner.os }}-x64-stack-programs
|
||||||
|
|
||||||
- name: Cache: ~/.stack
|
- name: Cache - ~/.stack
|
||||||
id: stack-global
|
id: stack-global
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -50,7 +50,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-x64-stack-global
|
${{ runner.os }}-x64-stack-global
|
||||||
|
|
||||||
- name: Cache: ./.stack-work
|
- name: Cache - ./.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: .stack-work
|
path: .stack-work
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-x64-stack-work
|
${{ runner.os }}-x64-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger-lib/.stack-work
|
- name: Cache - hledger-lib/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-lib/.stack-work
|
path: hledger-lib/.stack-work
|
||||||
@ -66,7 +66,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-x64-hledger-lib-stack-work
|
${{ runner.os }}-x64-hledger-lib-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger/.stack-work
|
- name: Cache - hledger/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger/.stack-work
|
path: hledger/.stack-work
|
||||||
@ -74,7 +74,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-x64-hledger-stack-work
|
${{ runner.os }}-x64-hledger-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger-ui/.stack-work
|
- name: Cache - hledger-ui/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-ui/.stack-work
|
path: hledger-ui/.stack-work
|
||||||
@ -82,7 +82,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-x64-hledger-ui-stack-work
|
${{ runner.os }}-x64-hledger-ui-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger-web/.stack-work
|
- name: Cache - hledger-web/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-web/.stack-work
|
path: hledger-web/.stack-work
|
||||||
|
|||||||
14
.github/workflows/binaries-windows-x64.yml
vendored
14
.github/workflows/binaries-windows-x64.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
|
|
||||||
# caching
|
# 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
|
id: stack-programs-dir
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-appdata-local-programs-stack
|
${{ runner.os }}-appdata-local-programs-stack
|
||||||
|
|
||||||
- name: Cache: stack global dir
|
- name: Cache - stack global dir
|
||||||
id: stack-global-package-db
|
id: stack-global-package-db
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -45,7 +45,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-appdata-roaming-stack
|
${{ runner.os }}-appdata-roaming-stack
|
||||||
|
|
||||||
- name: Cache: ./.stack-work
|
- name: Cache - ./.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: .stack-work
|
path: .stack-work
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-stack-work
|
${{ runner.os }}-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger-lib/.stack-work
|
- name: Cache - hledger-lib/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-lib/.stack-work
|
path: hledger-lib/.stack-work
|
||||||
@ -61,7 +61,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-hledger-lib-stack-work
|
${{ runner.os }}-hledger-lib-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger/.stack-work
|
- name: Cache - hledger/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger/.stack-work
|
path: hledger/.stack-work
|
||||||
@ -69,7 +69,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-hledger-stack-work
|
${{ runner.os }}-hledger-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger-ui/.stack-work
|
- name: Cache - hledger-ui/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-ui/.stack-work
|
path: hledger-ui/.stack-work
|
||||||
@ -77,7 +77,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-hledger-ui-stack-work
|
${{ runner.os }}-hledger-ui-stack-work
|
||||||
|
|
||||||
- name: Cache: hledger-web/.stack-work
|
- name: Cache - hledger-web/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-web/.stack-work
|
path: hledger-web/.stack-work
|
||||||
|
|||||||
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@ -130,7 +130,7 @@ jobs:
|
|||||||
# Can't uncache to /usr/bin:
|
# 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 -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
|
# /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
|
# id: extratools
|
||||||
# uses: actions/cache@v4
|
# uses: actions/cache@v4
|
||||||
# with:
|
# with:
|
||||||
@ -147,7 +147,7 @@ jobs:
|
|||||||
|
|
||||||
# CACHES
|
# CACHES
|
||||||
|
|
||||||
- name: Cache: stack global package db
|
- name: Cache - stack global package db
|
||||||
id: stack-global
|
id: stack-global
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -160,7 +160,7 @@ jobs:
|
|||||||
${{ runner.os }}-stack-global-$ghc
|
${{ runner.os }}-stack-global-$ghc
|
||||||
if: env.do-all
|
if: env.do-all
|
||||||
|
|
||||||
- name: Cache: stack-installed programs in ~/.local/bin
|
- name: Cache - stack-installed programs in ~/.local/bin
|
||||||
id: stack-programs
|
id: stack-programs
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -170,7 +170,7 @@ jobs:
|
|||||||
${{ runner.os }}-stack-programs-$ghc
|
${{ runner.os }}-stack-programs-$ghc
|
||||||
if: env.do-all
|
if: env.do-all
|
||||||
|
|
||||||
- name: Cache: .stack-work
|
- name: Cache - .stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: .stack-work
|
path: .stack-work
|
||||||
@ -179,7 +179,7 @@ jobs:
|
|||||||
${{ runner.os }}-stack-work-$ghc
|
${{ runner.os }}-stack-work-$ghc
|
||||||
if: env.do-all
|
if: env.do-all
|
||||||
|
|
||||||
- name: Cache: hledger-lib/.stack-work
|
- name: Cache - hledger-lib/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-lib/.stack-work
|
path: hledger-lib/.stack-work
|
||||||
@ -188,7 +188,7 @@ jobs:
|
|||||||
${{ runner.os }}-hledger-lib-stack-work-$ghc
|
${{ runner.os }}-hledger-lib-stack-work-$ghc
|
||||||
if: env.do-all
|
if: env.do-all
|
||||||
|
|
||||||
- name: Cache: hledger/.stack-work
|
- name: Cache - hledger/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger/.stack-work
|
path: hledger/.stack-work
|
||||||
@ -197,7 +197,7 @@ jobs:
|
|||||||
${{ runner.os }}-hledger-stack-work-$ghc
|
${{ runner.os }}-hledger-stack-work-$ghc
|
||||||
if: env.do-all
|
if: env.do-all
|
||||||
|
|
||||||
- name: Cache: hledger-ui/.stack-work
|
- name: Cache - hledger-ui/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-ui/.stack-work
|
path: hledger-ui/.stack-work
|
||||||
@ -206,7 +206,7 @@ jobs:
|
|||||||
${{ runner.os }}-hledger-ui-stack-work-$ghc
|
${{ runner.os }}-hledger-ui-stack-work-$ghc
|
||||||
if: env.do-all
|
if: env.do-all
|
||||||
|
|
||||||
- name: Cache: hledger-web/.stack-work
|
- name: Cache - hledger-web/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-web/.stack-work
|
path: hledger-web/.stack-work
|
||||||
|
|||||||
14
.github/workflows/oldest.yml
vendored
14
.github/workflows/oldest.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
|
|
||||||
# CACHES
|
# CACHES
|
||||||
|
|
||||||
- name: Cache: stack global package db
|
- name: Cache - stack global package db
|
||||||
id: stack-global
|
id: stack-global
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -46,7 +46,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-stack-global-$ghc
|
${{ runner.os }}-stack-global-$ghc
|
||||||
|
|
||||||
- name: Cache: stack-installed programs in ~/.local/bin
|
- name: Cache - stack-installed programs in ~/.local/bin
|
||||||
id: stack-programs
|
id: stack-programs
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
@ -55,7 +55,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-stack-programs-$ghc
|
${{ runner.os }}-stack-programs-$ghc
|
||||||
|
|
||||||
- name: Cache: .stack-work
|
- name: Cache - .stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: .stack-work
|
path: .stack-work
|
||||||
@ -63,7 +63,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-stack-work-$ghc
|
${{ runner.os }}-stack-work-$ghc
|
||||||
|
|
||||||
- name: Cache: hledger-lib/.stack-work
|
- name: Cache - hledger-lib/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-lib/.stack-work
|
path: hledger-lib/.stack-work
|
||||||
@ -71,7 +71,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-hledger-lib-stack-work-$ghc
|
${{ runner.os }}-hledger-lib-stack-work-$ghc
|
||||||
|
|
||||||
- name: Cache: hledger/.stack-work
|
- name: Cache - hledger/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger/.stack-work
|
path: hledger/.stack-work
|
||||||
@ -79,7 +79,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-hledger-stack-work-$ghc
|
${{ runner.os }}-hledger-stack-work-$ghc
|
||||||
|
|
||||||
- name: Cache: hledger-ui/.stack-work
|
- name: Cache - hledger-ui/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-ui/.stack-work
|
path: hledger-ui/.stack-work
|
||||||
@ -87,7 +87,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-hledger-ui-stack-work-$ghc
|
${{ runner.os }}-hledger-ui-stack-work-$ghc
|
||||||
|
|
||||||
- name: Cache: hledger-web/.stack-work
|
- name: Cache - hledger-web/.stack-work
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: hledger-web/.stack-work
|
path: hledger-web/.stack-work
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user