Skip to content

Commit

Permalink
Partially revert "Simplify CI"
Browse files Browse the repository at this point in the history
This reverts commit df7fd7b.
  • Loading branch information
oxalica committed Dec 1, 2022
1 parent df7fd7b commit c549d6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
# For builtins.
- name: Install Nix
uses: cachix/install-nix-action@v17
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand All @@ -50,6 +53,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
# For builtins.
- name: Install Nix
uses: cachix/install-nix-action@v17
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit c549d6f

Please sign in to comment.