We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1eafb commit 84a05f6Copy full SHA for 84a05f6
.github/workflows/release.yml
@@ -34,21 +34,8 @@ jobs:
34
.cargo/git/db/
35
target/
36
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
49
- name: holochain-ci
50
- - name: Prepare Nix environment
51
- run: nix-shell --command "echo Completed"
+ - name: Install holochain_cli
+ run: cargo install holochain_cli --version 0.1.0 --locked
52
# build hApp
53
- name: Build hApp
54
run: |
0 commit comments