mirror of
https://github.com/oxalica/rust-overlay.git
synced 2025-10-06 00:02:40 +02:00
Fix CI
This commit is contained in:
8
.github/workflows/sync-channels.yaml
vendored
8
.github/workflows/sync-channels.yaml
vendored
@@ -30,6 +30,8 @@ jobs:
|
||||
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v16
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixpkgs-unstable
|
||||
|
||||
- name: Sync stable channel
|
||||
timeout-minutes: 5
|
||||
@@ -61,12 +63,6 @@ jobs:
|
||||
nix-instantiate --parse "${files[@]}" >/dev/null
|
||||
fi
|
||||
|
||||
- name: Install Nix
|
||||
if: steps.commit.outcome == 'success'
|
||||
uses: cachix/install-nix-action@v16
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixpkgs-unstable
|
||||
|
||||
- name: Test stable Rust
|
||||
if: steps.commit.outcome == 'success'
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user