Skip to content

Commit 18f2531

Browse files
committed
chore(cross): target => ""
1 parent f6e2ee0 commit 18f2531

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cross.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
9292
docker_file: 'pkgs/ci/cross.dockerfile',
9393
pkg_name: 'cross',
9494
suffix: '',
95-
target: 'x86_64-unknown-linux-gnu'
95+
# target: 'x86_64-unknown-linux-gnu',
96+
target: '',
9697
}
9798
9899
[cfg, cfg.merge({pkg_name: 'cross-utils'})].each do |x|

0 commit comments

Comments
 (0)