File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313
1414jobs :
1515 precompile :
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-20 .04
1717 env :
1818 TFLITE_BEAM_PREFER_PRECOMPILED : " false"
1919 ARMV6_TOOLCHAIN_NAME : " nerves_toolchain_armv6_nerves_linux_gnueabihf-linux_x86_64"
@@ -120,6 +120,12 @@ jobs:
120120 sudo apt-get install -y ${{ matrix.pair.c_compiler }} ${{ matrix.pair.cpp_compiler }}
121121 fi
122122
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+
123129 - name : Create precompiled library
124130 run : |
125131 export NIF_VERSION="$(erl -noshell -eval "io:format('~ts', [erlang:system_info(nif_version)])." -s erlang halt)"
You can’t perform that action at this time.
0 commit comments