Skip to content

Commit 7b049b6

Browse files
committed
ci: + quotes
1 parent c4dfbca commit 7b049b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cross-x64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
{
7777
cargo: nil,
7878
build: nil,
79-
profile: ${{env.cargo_build_profile}},
80-
target: ${{env.cargo_target}},
79+
profile: '${{env.cargo_build_profile}}',
80+
target: '${{env.cargo_target}}',
8181
}
8282
.then(&hash_to_args)
8383
.then(&run)

0 commit comments

Comments
 (0)