From cc5693c90d7de9fe95693d656b8e00710a0b0d4d Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 20 Jul 2023 11:47:22 +0800 Subject: [PATCH] ci: do not use caches on certain workflows It causes more trouble especially that we're checking for the current iteration of the configurations. --- .github/workflows/check.yml | 1 - .github/workflows/update-firefox-addons.yml | 1 - .github/workflows/update.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 307afda6..b9d658b5 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -12,7 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: DeterminateSystems/magic-nix-cache-action@v2 - uses: DeterminateSystems/nix-installer-action@v4 - name: Check flake lockfile uses: DeterminateSystems/flake-checker-action@v4 diff --git a/.github/workflows/update-firefox-addons.yml b/.github/workflows/update-firefox-addons.yml index 1c476b69..ae6640ef 100644 --- a/.github/workflows/update-firefox-addons.yml +++ b/.github/workflows/update-firefox-addons.yml @@ -18,7 +18,6 @@ jobs: id: metadata run: echo "DATE=$(date +%F)" >> "$GITHUB_OUTPUT" - uses: actions/checkout@v3 - - uses: DeterminateSystems/magic-nix-cache-action@v2 - uses: DeterminateSystems/nix-installer-action@v4 - env: NIXPKGS_ALLOW_UNFREE: "1" diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 2e0b1245..77f39b74 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -10,7 +10,6 @@ jobs: contents: write steps: - uses: actions/checkout@v3 - - uses: DeterminateSystems/magic-nix-cache-action@v2 - uses: DeterminateSystems/nix-installer-action@v4 - name: Update flake inputs run: |