Skip to content

Commit

Permalink
[create-pull-request] automated change (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: ThetaSinner <[email protected]>
  • Loading branch information
github-actions[bot] and ThetaSinner authored Oct 22, 2024
1 parent bcfc3a4 commit b6b92c1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
fi
build:
needs:
- nix-check
- script-test
strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-13]
Expand All @@ -79,6 +82,7 @@ jobs:
- [hc-launch]
- [hc-scaffold]
fail-fast: false
max-parallel: 1

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -111,9 +115,10 @@ jobs:

- name: Run nix app
run: |
echo '${{ toJSON(matrix.packages) }}' | jq -r '.[]' | xargs -I% nix run .#% -- --version
echo '${{ toJSON(matrix.packages) }}' | jq -r '.[]' | while read app; do nix run ".#$app" -- --version; done
template:
needs: build
strategy:
matrix:
templates:
Expand Down
16 changes: 8 additions & 8 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

# Holochain sources
holochain = {
url = "github:holochain/holochain/holochain-0.3.3";
url = "github:holochain/holochain/holochain-0.3.4";
flake = false;
};

# Lair keystore sources
lair-keystore = {
url = "github:holochain/lair/lair_keystore-v0.4.5";
url = "github:holochain/lair/lair_keystore-v0.4.6";
flake = false;
};

Expand Down

0 comments on commit b6b92c1

Please sign in to comment.