We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d8b9e commit b654374Copy full SHA for b654374
.github/workflows/build.yml
@@ -32,6 +32,7 @@ jobs:
32
cd python
33
cp ../release_notes.md .
34
cp -r ../lib .
35
+ cp -r ../lib/cmake .
36
cp -r ../third_party .
37
mkdir app
38
cp -r ../app/tng app
@@ -83,13 +84,17 @@ jobs:
83
84
- name: Install USB dependencies
85
run: sudo apt-get update && sudo apt-get install -y libusb-1.0-0-dev libudev-dev
86
87
+ - name: Install string library build dependencies
88
+ run: sudo apt-get install build-essential libc-dev libbsd-dev
89
+
90
- name: Build sdist
91
if: env.skip_build != 'true'
92
run: |
93
echo $TAG_NAME
94
95
echo $TAG_NAME >VERSION
96
97
98
99
100
0 commit comments