Skip to content

Commit 0e51fd5

Browse files
author
YukiTsuchida
committed
fix: correct Foundry version format in workflow
1 parent 52d1578 commit 0e51fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Foundry
1919
uses: foundry-rs/foundry-toolchain@v1
2020
with:
21-
version: 1.4.1
21+
version: v1.4.1
2222

2323
- name: Check out code into the Go module directory
2424
uses: actions/checkout@v3

0 commit comments

Comments
 (0)