Remove build cache from gitea actions #37
6
.github/workflows/cache-merge.yml
vendored
6
.github/workflows/cache-merge.yml
vendored
@ -29,8 +29,6 @@ jobs:
|
|||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
|
|
||||||
- run: nix profile install nixpkgs#sqlite
|
|
||||||
|
|
||||||
- uses: nix-community/cache-nix-action@v6
|
- uses: nix-community/cache-nix-action@v6
|
||||||
name: create and purge common cache
|
name: create and purge common cache
|
||||||
with:
|
with:
|
||||||
@ -82,9 +80,7 @@ jobs:
|
|||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
|
|
||||||
- run: nix profile install nixpkgs#sqlite
|
|
||||||
|
|
||||||
- name: Restore Nix store
|
- name: Restore Nix store
|
||||||
uses: nix-community/cache-nix-action@v6
|
- uses: nix-community/cache-nix-action@v6
|
||||||
with:
|
with:
|
||||||
primary-key: similar-cache-${{ matrix.os }}-common-${{ hashFiles('flake.lock') }}
|
primary-key: similar-cache-${{ matrix.os }}-common-${{ hashFiles('flake.lock') }}
|
||||||
|
4
.github/workflows/flake-health-checks.yml
vendored
4
.github/workflows/flake-health-checks.yml
vendored
@ -18,8 +18,6 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- run: nix profile install nixpkgs#sqlite
|
|
||||||
|
|
||||||
- name: Restore Nix store
|
- name: Restore Nix store
|
||||||
id: restore
|
id: restore
|
||||||
uses: nix-community/cache-nix-action@v6
|
uses: nix-community/cache-nix-action@v6
|
||||||
@ -52,8 +50,6 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- run: nix profile install nixpkgs#sqlite
|
|
||||||
|
|
||||||
- name: Restore Nix store
|
- name: Restore Nix store
|
||||||
id: restore
|
id: restore
|
||||||
uses: nix-community/cache-nix-action@v6
|
uses: nix-community/cache-nix-action@v6
|
||||||
|
2
.github/workflows/flake-update.yml
vendored
2
.github/workflows/flake-update.yml
vendored
@ -15,8 +15,6 @@ jobs:
|
|||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
|
|
||||||
- run: nix profile install nixpkgs#sqlite
|
|
||||||
|
|
||||||
- name: Restore Nix store
|
- name: Restore Nix store
|
||||||
id: restore
|
id: restore
|
||||||
uses: nix-community/cache-nix-action@v6
|
uses: nix-community/cache-nix-action@v6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user