Skip to content

Commit

Permalink
Upgrade to 0.4 (#64)
Browse files Browse the repository at this point in the history
* Use new Holonix at 0.4

* Format

* Update Holochain deps

* Bump versions

* Fix compile with new version

* Try alt cache

* Remove sweep

* Include `hc` in CI shell

* Include `lair-keystore` in CI shell

* Format
  • Loading branch information
ThetaSinner authored Jul 15, 2024
1 parent 8388673 commit 1cb3a7d
Show file tree
Hide file tree
Showing 26 changed files with 987 additions and 1,104 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,7 @@ jobs:
extraPullNames: holochain-ci
authToken: ${{ secrets.CACHIX_HOLOCHAIN_WIND_TUNNEL }}

- uses: actions/cache@v4
with:
path: |
.cargo/bin/
.cargo/registry/index/
.cargo/registry/cache/
.cargo/git/db/
target/
wasm-target/
key: "${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}"

- name: Cargo sweep mark for files
run: |
nix develop .#ci -c bash -c "cargo install cargo-sweep --force && cargo sweep --time 5"
- uses: Swatinem/rust-cache@v2

- name: Check scripts
run: |
Expand Down
Loading

0 comments on commit 1cb3a7d

Please sign in to comment.