Skip to content

Commit 149992e

Browse files
committed
ci: hash_to_args => hash_to_argv
1 parent 7b049b6 commit 149992e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cross-x64.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
profile: '${{env.cargo_build_profile}}',
8080
target: '${{env.cargo_target}}',
8181
}
82-
.then(&hash_to_args)
82+
.then(&hash_to_argv)
8383
.then(&run)
8484
8585
- uses: actions/checkout@v4
@@ -95,9 +95,9 @@ jobs:
9595
require_ci 'docker/build'
9696
require_ci 'docker/manifest'
9797
98-
%w[tree -L 3]
99-
.push('${{env.CARGO_TARGET_DIR}}')
100-
.then(&run)
98+
%w[tree -L 2]
99+
.push('${{env.CARGO_TARGET_DIR}}')
100+
.then(&run)
101101
102102
cfg = {
103103
tag: 'cross-x64',

0 commit comments

Comments
 (0)