Skip to content

Commit d48202b

Browse files
ci: fix paths in build scripts
1 parent 24b72b8 commit d48202b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

scripts/generate-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo "Setting up Python dependencies..."
99
${PYBIN}/python --version
1010
${PYBIN}/pip install -r requirements.txt
1111

12-
cd ./bdk-ffi/bdk-ffi/
12+
cd ../bdk-ffi/bdk-ffi/
1313
git checkout v1.2.0
1414

1515
rustup default 1.84.1

scripts/generate-macos-arm64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo "Setting up Python dependencies..."
99
python3 --version
1010
pip install -r requirements.txt
1111

12-
cd ./bdk-ffi/bdk-ffi/
12+
cd ../bdk-ffi/bdk-ffi/
1313
git checkout v1.2.0
1414

1515
rustup default 1.84.1

scripts/generate-macos-x86_64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo "Setting up Python dependencies..."
99
python3 --version
1010
pip install -r requirements.txt
1111

12-
cd ./bdk-ffi/bdk-ffi/
12+
cd ../bdk-ffi/bdk-ffi/
1313
git checkout v1.2.0
1414

1515
rustup default 1.84.1

scripts/generate-windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo "Setting up Python dependencies..."
99
python3 --version
1010
pip install -r requirements.txt
1111

12-
cd ./bdk-ffi/bdk-ffi/
12+
cd ../bdk-ffi/bdk-ffi/
1313
git checkout v1.2.0
1414

1515
rustup default 1.84.1

0 commit comments

Comments
 (0)