Skip to content

Commit

Permalink
Pin CuSan version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahueck committed Sep 19, 2024
1 parent f0e5f1a commit e516de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/cusan-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ echo "Build to $build_f ; Install to $install_f"

function cusan_fetch() {
cd "$base_cusan_f"
git clone https://github.com/ahueck/cusan.git cusan
git clone --depth 1 --branch v0.1 https://github.com/tudasc/cusan.git cusan
}

function cusan_config() {
Expand Down

0 comments on commit e516de4

Please sign in to comment.