File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1010 image : ubuntu:18.04
1111
1212 steps :
13- - name : Setup Node.js
14- uses : actions/setup-node@v4
15- with :
16- node-version : ' 16.20.2' # LTS version compatible with older GLIBC
17-
1813 - name : Install essential build tools
1914 run : |
2015 apt-get update
@@ -26,10 +21,10 @@ jobs:
2621 apt-get install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
2722
2823 - name : Checkout repository
29- uses : actions/checkout@v4
24+ uses : actions/checkout@v3
3025
3126 - name : Checkout whisper.cpp
32- uses : actions/checkout@v4
27+ uses : actions/checkout@v3
3328 with :
3429 repository : ggerganov/whisper.cpp
3530 ref : v1.7.2
3934 run : make linux
4035
4136 - name : Upload Linux Build Artifacts
42- uses : actions/upload-artifact@v4
37+ uses : actions/upload-artifact@v3
4338 with :
4439 name : linux-build
4540 path : runtimes/linux-*/*
You can’t perform that action at this time.
0 commit comments