Skip to content

Commit

Permalink
Address install checks for sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
Srinivas-E committed Oct 8, 2024
1 parent 28d8b9e commit b654374
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
cd python
cp ../release_notes.md .
cp -r ../lib .
cp -r ../lib/cmake .
cp -r ../third_party .
mkdir app
cp -r ../app/tng app
Expand Down Expand Up @@ -83,13 +84,17 @@ jobs:
- name: Install USB dependencies
run: sudo apt-get update && sudo apt-get install -y libusb-1.0-0-dev libudev-dev

- name: Install string library build dependencies
run: sudo apt-get install build-essential libc-dev libbsd-dev

- name: Build sdist
if: env.skip_build != 'true'
run: |
echo $TAG_NAME
cd python
echo $TAG_NAME >VERSION
cp -r ../lib .
cp -r ../lib/cmake .
cp -r ../third_party .
mkdir app
cp -r ../app/tng app
Expand Down

0 comments on commit b654374

Please sign in to comment.