Skip to content

Commit

Permalink
Merge pull request #220 from holochain/use-holonix-v3
Browse files Browse the repository at this point in the history
Use Holonix v3
  • Loading branch information
ThetaSinner authored Jul 15, 2024
2 parents f9ba084 + 6163389 commit 99273a1
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 328 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
uses: actions/checkout@v4

- name: Install nix
uses: cachix/install-nix-action@v25
uses: cachix/install-nix-action@v27

- name: Set up cachix
uses: cachix/cachix-action@v14
uses: cachix/cachix-action@v15
with:
name: holochain-ci

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resolver = "2"
futures = "0.3"
hdi = "0.5.0-dev.1"
hdk = "0.4.0-dev.1"
nix = { version = "0.28", features = ["signal"] }
nix = { version = "0.29.0", features = ["signal"] }
once_cell = "1.5.0"
parking_lot = "0.12"
reqwest = { version = "0.12", default-features = false }
Expand Down
Loading

0 comments on commit 99273a1

Please sign in to comment.