mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-10 10:48:35 -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
|
image: dockurr/macos:latest
|
||||||
continue-on-error: false
|
continue-on-error: false
|
||||||
steps:
|
steps:
|
||||||
# - uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
# - name: install nix
|
- name: install nix
|
||||||
# uses: https://github.com/DeterminateSystems/nix-installer-action@v17
|
uses: https://github.com/DeterminateSystems/nix-installer-action@v17
|
||||||
|
|
||||||
# - uses: DeterminateSystems/magic-nix-cache-action@main
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
# with:
|
with:
|
||||||
# use-flakehub: false
|
use-flakehub: false
|
||||||
|
|
||||||
# - name: Maximize build space
|
# - name: Maximize build space
|
||||||
# if: runner.os == 'Linux'
|
# if: runner.os == 'Linux'
|
||||||
# uses: ./.github/actions/disk_space
|
# uses: ./.github/actions/disk_space
|
||||||
|
|
||||||
# - uses: cachix/cachix-action@v16
|
- uses: cachix/cachix-action@v16
|
||||||
# with:
|
with:
|
||||||
# name: tmayoff
|
name: tmayoff
|
||||||
# authToken: '${{ secrets.CACHIX_AUTH }}'
|
authToken: '${{ secrets.CACHIX_AUTH }}'
|
||||||
|
|
||||||
# - uses: workflow/nix-shell-action@v3
|
# - uses: workflow/nix-shell-action@v3
|
||||||
# if: runner.os == 'Linux'
|
# if: runner.os == 'Linux'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue