Skip to content

Commit

Permalink
use add instead of set for sparse checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Aug 28, 2024
1 parent d4e3ba3 commit 1b3ba12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install_wasmedge_quickjs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ rm -rf "$WASMEDGE_REPO_PATH"

git clone --depth 1 --filter=blob:none --sparse https://github.com/demergent-labs/wasmedge-quickjs "$WASMEDGE_REPO_PATH"
cd "$WASMEDGE_REPO_PATH"
git sparse-checkout set modules LICENSE LICENSE-QuickJS.txt
git sparse-checkout set modules
git sparse-checkout add LICENSE
git sparse-checkout add LICENSE-QuickJS.txt
git checkout c21ff69f442998e4cda4619166e23a9bc91418be

0 comments on commit 1b3ba12

Please sign in to comment.