fix(ci): remove magic nix cache action (#57)
This commit is contained in:
parent
59c99f4f5c
commit
ec18da0664
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -12,7 +12,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: nix develop --command cargo fmt --all -- --check
|
run: nix develop --command cargo fmt --all -- --check
|
||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
@ -25,7 +24,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: nix develop --command cargo test
|
run: nix develop --command cargo test
|
||||||
|
|
||||||
@ -34,6 +32,5 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: nix build .#timr
|
run: nix build .#timr
|
||||||
|
|||||||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -43,7 +43,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
|
||||||
|
|
||||||
- name: Build (windows)
|
- name: Build (windows)
|
||||||
if: matrix.os_target == 'windows'
|
if: matrix.os_target == 'windows'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user