We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4dfbca commit 7b049b6Copy full SHA for 7b049b6
1 file changed
.github/workflows/cross-x64.yml
@@ -76,8 +76,8 @@ jobs:
76
{
77
cargo: nil,
78
build: nil,
79
- profile: ${{env.cargo_build_profile}},
80
- target: ${{env.cargo_target}},
+ profile: '${{env.cargo_build_profile}}',
+ target: '${{env.cargo_target}}',
81
}
82
.then(&hash_to_args)
83
.then(&run)
0 commit comments