Skip to content

Commit b654374

Browse files
committed
Address install checks for sdist
1 parent 28d8b9e commit b654374

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
cd python
3333
cp ../release_notes.md .
3434
cp -r ../lib .
35+
cp -r ../lib/cmake .
3536
cp -r ../third_party .
3637
mkdir app
3738
cp -r ../app/tng app
@@ -83,13 +84,17 @@ jobs:
8384
- name: Install USB dependencies
8485
run: sudo apt-get update && sudo apt-get install -y libusb-1.0-0-dev libudev-dev
8586

87+
- name: Install string library build dependencies
88+
run: sudo apt-get install build-essential libc-dev libbsd-dev
89+
8690
- name: Build sdist
8791
if: env.skip_build != 'true'
8892
run: |
8993
echo $TAG_NAME
9094
cd python
9195
echo $TAG_NAME >VERSION
9296
cp -r ../lib .
97+
cp -r ../lib/cmake .
9398
cp -r ../third_party .
9499
mkdir app
95100
cp -r ../app/tng app

0 commit comments

Comments
 (0)