Skip to content

Commit

Permalink
ci: update Nix installation and caching
Browse files Browse the repository at this point in the history
- Added the flag "--accept-flake-config" to the "nix develop" command in the CI workflow file.
- This flag allows the development profile to be built using the dev-profiile flake configuration.
- The purpose of this change is to ensure that the CI workflow can successfully build and test the project.
  • Loading branch information
YusukeShimizu committed Sep 6, 2024
1 parent 9f58b81 commit 370d3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
with:
name: peerswap
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix develop --profile dev-profiile
- run: nix develop --profile dev-profiile --accept-flake-config
- run: "make test-${{matrix.test-vector}}"

0 comments on commit 370d3e5

Please sign in to comment.