Skip to content

Commit 605a2d4

Browse files
committed
fix library install
1 parent 3aafa44 commit 605a2d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-sample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: make -j4
2929

3030
- name: Install vargus
31-
run: ./v install theboringdude.vargus
31+
run: ./v install TheBoringDude.vargus
3232

3333
- name: Build and run sample file
3434
run: ./v run vargus/example/sample.v

0 commit comments

Comments
 (0)