We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e2ee0 commit 18f2531Copy full SHA for 18f2531
1 file changed
.github/workflows/cross.yml
@@ -92,7 +92,8 @@ jobs:
92
docker_file: 'pkgs/ci/cross.dockerfile',
93
pkg_name: 'cross',
94
suffix: '',
95
- target: 'x86_64-unknown-linux-gnu'
+ # target: 'x86_64-unknown-linux-gnu',
96
+ target: '',
97
}
98
99
[cfg, cfg.merge({pkg_name: 'cross-utils'})].each do |x|
0 commit comments