Skip to content

Commit 2c95c85

Browse files
ci: Downgrade action versions for Ubuntu 18
1 parent b3df821 commit 2c95c85

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/linux-native-build-cont.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ jobs:
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
@@ -39,7 +34,7 @@ jobs:
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-*/*

0 commit comments

Comments
 (0)