We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tree -L3
1 parent 18f2531 commit dc024b7Copy full SHA for dc024b7
1 file changed
.github/workflows/cross.yml
@@ -84,6 +84,10 @@ jobs:
84
require_ci 'docker/build'
85
require_ci 'docker/manifest'
86
87
+ %w[tree -L 3]
88
+ .push('${{env.CARGO_TARGET_DIR}}')
89
+ .then(&run)
90
+
91
cfg = {
92
tag: 'cross-x64',
93
os: 'linux',
0 commit comments