Skip to content

Commit f8ed169

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

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ echo "Setting up Python dependencies..."
99
python3 --version
1010
pip install -r requirements.txt
1111

12-
cd ./bdk-ffi/bdk-ffi/
12+
echo "Printing current directory"
13+
pwd
14+
cd ../bdk-ffi/bdk-ffi/
1315
git checkout v1.2.0
1416

1517
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)