mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-02 08:56:40 +02:00
feat: cache action runs
This commit is contained in:
5
.github/workflows/update-nix.yaml
vendored
5
.github/workflows/update-nix.yaml
vendored
@@ -17,7 +17,10 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v20
|
||||
uses: DeterminateSystems/nix-installer-action@main
|
||||
|
||||
- name: Set up Nix cache
|
||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
||||
- name: Update flake packages
|
||||
uses: winapps-org/nix-update-action@v1.3.0
|
||||
|
Reference in New Issue
Block a user