From 75b5c4160dbbc745845c2c79830a04671e9b830d Mon Sep 17 00:00:00 2001 From: Evan Fiordeliso Date: Tue, 15 Aug 2023 12:54:58 -0400 Subject: [PATCH] Comment out cachix cache action --- .gitea/workflows/test.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 986ec15..cfda14b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -12,11 +12,11 @@ jobs: steps: - uses: actions/checkout@v3 - uses: https://github.com/cachix/install-nix-action@v18 - - uses: https://github.com/cachix/cachix-action@v12 - with: - name: ytdl-web - extraPullNames: devenv - authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' + # - uses: https://github.com/cachix/cachix-action@v12 + # with: + # name: ytdl-web + # extraPullNames: devenv + # authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - name: Install devenv.sh run: nix profile install github:cachix/devenv/latest - run: devenv shell echo ok