Skip to content

Commit 3624794

Browse files
authored
chore: bump libedgetpu to v0.1.10 and tflite to v2.18.0 (#71)
* chore: bump libedgetpu to v0.1.10 and tflite to v2.18.0 Signed-off-by: Cocoa <i@uwucocoa.moe> * fix: CWYI Signed-off-by: Cocoa <i@uwucocoa.moe>
1 parent 6a81e63 commit 3624794

File tree

10 files changed

+17031
-12
lines changed

10 files changed

+17031
-12
lines changed

.github/workflows/macos-x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
export OTP_MAIN_VER="${OTP_VERSION%%.*}"
6060
export PATH=$HOME/.elixir-install/installs/otp/${OTP_VERSION}/bin:$PATH
6161
export PATH=$HOME/.elixir-install/installs/elixir/${ELIXIR_VERSION}-otp-${OTP_MAIN_VER}/bin:$PATH
62-
export PATH="~/.cache/rebar3/bin:$PATH"
62+
export PATH="${HOME}/.cache/rebar3/bin:$PATH"
6363
6464
rebar3 deps
6565
rebar3 compile

0 commit comments

Comments
 (0)