Skip to content

Commit 5dff20f

Browse files
committed
Improve dependency installation default.
1 parent 35a3740 commit 5dff20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Install dependencies
33
inputs:
44
destination:
55
description: Location to check out rust-lightning and ldk-c-bindings repositories
6-
default: ''
6+
default: '.'
77
required: true
88
configureRustNightly:
99
description: Flag whether or not to install rust, which is not necessary on Ubuntu machines

0 commit comments

Comments
 (0)