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 32cc582 commit 70224cbCopy full SHA for 70224cb
.github/workflows/linux-precompile.yml
@@ -120,6 +120,12 @@ jobs:
120
sudo apt-get install -y ${{ matrix.pair.c_compiler }} ${{ matrix.pair.cpp_compiler }}
121
fi
122
123
+ git clone https://github.com/google/flatbuffers.git
124
+ cd flatbuffers/
125
+ cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
126
+ make
127
+ sudo make install
128
+
129
- name: Create precompiled library
130
run: |
131
export NIF_VERSION="$(erl -noshell -eval "io:format('~ts', [erlang:system_info(nif_version)])." -s erlang halt)"
.gitignore
@@ -33,3 +33,4 @@ tflite_beam-*.tar
33
priv/
34
cmake_tflite_beam/
35
tflite_beam_precompiled.beam
36
+libusb/
0 commit comments