Skip to content

Commit

Permalink
feat(evm): upgrade foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen committed Jan 8, 2024
1 parent 5189251 commit 2d219a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: hrishikesh-kadam/setup-lcov@v1
- name: Build coverage
run: |
nix --extra-experimental-features nix-command --extra-experimental-features flakes build .#evm-coverage
nix --extra-experimental-features nix-command --extra-experimental-features flakes --accept-flake-config build .#evm-coverage
- name: Report code coverage
uses: zgosalvez/github-actions-report-lcov@v3
with:
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
foundry = {
url = "github:shazow/foundry.nix/main";
url = "github:shazow/foundry.nix/monthly";
inputs.nixpkgs.follows = "nixpkgs";
};
rust-overlay = {
Expand Down

0 comments on commit 2d219a9

Please sign in to comment.