Skip to content

Commit

Permalink
Update to Holochain 0.3.4 (#10)
Browse files Browse the repository at this point in the history
* 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
ThetaSinner authored Nov 7, 2024
1 parent 61abd62 commit 2efeea1
Show file tree
Hide file tree
Showing 18 changed files with 2,710 additions and 1,499 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yaml
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
4 changes: 1 addition & 3 deletions .github/workflows/flake_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
- name: Install nix
uses: cachix/install-nix-action@v25
with:
install_url: https://releases.nixos.org/nix/nix-2.20.4/install
extra_nix_config: |
experimental-features = flakes nix-command
install_url: https://releases.nixos.org/nix/nix-2.24.10/install

- name: Flake update
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,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:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit 2efeea1

Please sign in to comment.