From 6a718f6ab2ce5fd0e9ddcb22769e99979f93f9a1 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Tue, 2 Sep 2025 20:30:14 -0400 Subject: [PATCH] readded some steps --- .forgejo/workflows/main.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml index 17c0509..f1f9ffe 100644 --- a/.forgejo/workflows/main.yml +++ b/.forgejo/workflows/main.yml @@ -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'