revamp workflow #4

Merged
cy merged 6 commits from workflow-refactor into main 2025-01-20 02:59:36 -05:00
Showing only changes of commit 5146a40096 - Show all commits

View file

@ -18,6 +18,13 @@ jobs:
- name: Install Nix - name: Install Nix
uses: cachix/install-nix-action@v30 uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@v14
with:
name: cything
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
useDaemon: false
installCommand: nix profile install nixpkgs#cachix
- name: Setup Attic cache - name: Setup Attic cache
uses: ryanccn/attic-action@v0 uses: ryanccn/attic-action@v0
with: with:
@ -69,6 +76,7 @@ jobs:
name: cything name: cything
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
useDaemon: false useDaemon: false
installCommand: nix profile install nixpkgs#cachix
- name: Sync repository - name: Sync repository
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -118,6 +126,7 @@ jobs:
name: cything name: cything
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
useDaemon: false useDaemon: false
installCommand: nix profile install nixpkgs#cachix
- name: Sync repository - name: Sync repository
uses: actions/checkout@v4 uses: actions/checkout@v4