-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to Holochain 0.3.4 * Reference correct Nix version * Try match cache * Install correct holochain cli in CI * Update Cargo lock * Update flake lock after remove input overrides * Sync package lock
- Loading branch information
1 parent
61abd62
commit 2efeea1
Showing
18 changed files
with
2,710 additions
and
1,499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: weekly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,8 @@ jobs: | |
|
||
- name: Install nix | ||
uses: cachix/install-nix-action@v27 | ||
with: | ||
install_url: https://releases.nixos.org/nix/nix-2.24.10/install | ||
|
||
- uses: cachix/cachix-action@v15 | ||
with: | ||
|
@@ -58,7 +60,7 @@ jobs: | |
|
||
- name: Run CLI tests | ||
run: | | ||
cargo install [email protected].1 | ||
cargo install [email protected].4 | ||
cargo build --release --target wasm32-unknown-unknown | ||
hc app pack workdir --recursive | ||
|
Oops, something went wrong.