Skip to content

Commit

Permalink
holochain v0.4.0-dev.18 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
zo-el authored and Matthew Geddes committed Aug 19, 2024
1 parent 96d7f62 commit c48e1f1
Show file tree
Hide file tree
Showing 9 changed files with 459 additions and 426 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Restore cache
uses: actions/cache@v2
Expand Down Expand Up @@ -55,16 +55,15 @@ jobs:
remove-android: "true"
remove-haskell: "true"
- name: Checkout sources
uses: actions/checkout@v2
- name: Use Nix
uses: cachix/install-nix-action@v18
with:
install_url: https://releases.nixos.org/nix/nix-2.12.0/install
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v27

- name: ⚡ Nix Cache
uses: cachix/cachix-action@v10
uses: cachix/cachix-action@v14
with:
name: holo-host-ci
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
name: holochain-ci

- name: Restore cache
uses: actions/cache@v2
with:
Expand Down
Loading

0 comments on commit c48e1f1

Please sign in to comment.