Skip to content

Commit 84a05f6

Browse files
committed
replace nix with cargo install
1 parent ae1eafb commit 84a05f6

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,8 @@ jobs:
3434
.cargo/git/db/
3535
target/
3636
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
37-
- name: Use Nix
38-
uses: cachix/install-nix-action@v20
39-
with:
40-
nix_path: nixpkgs=channel:nixos-21.05
41-
- name: Configure Nix substituters
42-
run: |
43-
set -xe
44-
mkdir -p ~/.config/nix/
45-
cp ./.github/nix.conf ~/.config/nix/
46-
- name: Use cachix
47-
uses: cachix/cachix-action@v12
48-
with:
49-
name: holochain-ci
50-
- name: Prepare Nix environment
51-
run: nix-shell --command "echo Completed"
37+
- name: Install holochain_cli
38+
run: cargo install holochain_cli --version 0.1.0 --locked
5239
# build hApp
5340
- name: Build hApp
5441
run: |

0 commit comments

Comments
 (0)