mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-08 01:38:34 -05:00
readded some steps
This commit is contained in:
parent
8f02f7598d
commit
6a718f6ab2
1 changed files with 10 additions and 10 deletions
|
|
@ -25,23 +25,23 @@ jobs:
|
|||
image: dockurr/macos:latest
|
||||
continue-on-error: false
|
||||
steps:
|
||||
# - uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# - name: install nix
|
||||
# uses: https://github.com/DeterminateSystems/nix-installer-action@v17
|
||||
- name: install nix
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v17
|
||||
|
||||
# - uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
# with:
|
||||
# use-flakehub: false
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
with:
|
||||
use-flakehub: false
|
||||
|
||||
# - name: Maximize build space
|
||||
# if: runner.os == 'Linux'
|
||||
# uses: ./.github/actions/disk_space
|
||||
|
||||
# - uses: cachix/cachix-action@v16
|
||||
# with:
|
||||
# name: tmayoff
|
||||
# authToken: '${{ secrets.CACHIX_AUTH }}'
|
||||
- uses: cachix/cachix-action@v16
|
||||
with:
|
||||
name: tmayoff
|
||||
authToken: '${{ secrets.CACHIX_AUTH }}'
|
||||
|
||||
# - uses: workflow/nix-shell-action@v3
|
||||
# if: runner.os == 'Linux'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue