Skip to content

Commit 1ea2d84

Browse files
committed
ci: include version in WIT deps
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 94e95e6 commit 1ea2d84

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+2
-2
lines changed

ci/vendor-wit.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ make_vendor() {
2020

2121
for package in $packages; do
2222
IFS='@' read -r repo tag <<< "$package"
23-
mkdir -p $path/$repo
23+
mkdir -p $path/$package
2424
cached_extracted_dir="$cache_dir/$repo-$tag"
2525

2626
if [[ ! -d $cached_extracted_dir ]]; then
@@ -30,7 +30,7 @@ make_vendor() {
3030
rm -rf $cached_extracted_dir/wit/deps*
3131
fi
3232

33-
cp -r $cached_extracted_dir/wit/* $path/$repo
33+
cp -r $cached_extracted_dir/wit/* $path/$package
3434
done
3535
}
3636

0 commit comments

Comments
 (0)