Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kabie committed Jul 4, 2024
1 parent 8164602 commit 9fdd028
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Run Forge build
run: |
forge --version
forge soldeer install
forge build --sizes
id: build

Expand Down
12 changes: 6 additions & 6 deletions soldeer.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

[[dependencies]]
name = "forge-std"
version = "1.9.1"
source = "https://soldeer-revisions.s3.amazonaws.com/forge-std/v1_9_1_03-07-2024_14:44:59_forge-std-v1.9.1.zip"
checksum = "110b35ad3604d91a919c521c71206c18cd07b29c750bd90b5cbbaf37288c9636"

[[dependencies]]
name = "@openzeppelin-contracts"
version = "5.0.2"
Expand All @@ -10,9 +16,3 @@ name = "@openzeppelin-contracts-upgradeable"
version = "5.0.2"
source = "https://soldeer-revisions.s3.amazonaws.com/@openzeppelin-contracts-upgradeable/5_0_2_14-03-2024_06:12:07_contracts-upgradeable.zip"
checksum = "fb3f8db8541fc01636f91b0e7d9dd6f450f1bf7e2b4a17e96caf6e779ace8f5b"

[[dependencies]]
name = "forge-std"
version = "1.9.1"
source = "https://soldeer-revisions.s3.amazonaws.com/forge-std/v1_9_1_03-07-2024_14:44:59_forge-std-v1.9.1.zip"
checksum = "110b35ad3604d91a919c521c71206c18cd07b29c750bd90b5cbbaf37288c9636"

0 comments on commit 9fdd028

Please sign in to comment.