Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Feb 5, 2025
1 parent 838345b commit 1218920
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v26

- name: Setup devenv cache
uses: cachix/cachix-action@v14
with:
name: devenv
- uses: DeterminateSystems/nix-installer-action@v9
- uses: DeterminateSystems/magic-nix-cache-action@v9

Check warning on line 95 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / test-bindings (uniffi-kotlin, ./node-uniffi/tests/kotlin/run.sh)

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... - uses: DeterminateSystems/magic-nix-cache-action@v9 ...with... - uses: DeterminateSystems/flakehub-cache-action@v9 For more details: https://dtr.mn/magic-nix-cache-eol

Check warning on line 95 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / test-bindings (uniffi-swift, ./node-uniffi/tests/swift/run.sh)

Magic Nix Cache is deprecated

Magic Nix Cache has been deprecated due to a change in the underlying GitHub APIs and will stop working on 1 February 2025. To continue caching Nix builds in GitHub Actions, use FlakeHub Cache instead. Replace... - uses: DeterminateSystems/magic-nix-cache-action@v9 ...with... - uses: DeterminateSystems/flakehub-cache-action@v9 For more details: https://dtr.mn/magic-nix-cache-eol
- uses: DeterminateSystems/flake-checker-action@v9

- name: Install devenv.sh
run: nix profile install nixpkgs#devenv
Expand Down

0 comments on commit 1218920

Please sign in to comment.