Skip to content

Commit 0960b5b

Browse files
fix build.yml action
1 parent a8c9504 commit 0960b5b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
# 5. Install the library into a common cross-platform folder
4141
- name: Install library into Lib folder
4242
run: |
43-
TARGET_DIR="./demos/Lib"
44-
python -m pip install --upgrade --target "$TARGET_DIR" .
43+
python -m pip install --upgrade --target ./demos/Lib .
4544
4645
# 6. Push the installed library to the repository
4746
- name: Commit Lib folder

0 commit comments

Comments
 (0)