Skip to content

Commit cf34205

Browse files
committed
add apt-get update -y
1 parent ea4ed72 commit cf34205

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ubuntu_setup.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
restore-keys: |
2828
${{ runner.os }}-models-tools-
2929
30+
- name: Update apt repositories
31+
run: sudo apt-get update -y
32+
3033
- name: Run ubuntu_setup.sh
3134
run: bash ./setup/ubuntu_setup.sh
3235

setup/ubuntu_setup.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,12 @@ echo "--> Running setup from project root: $(pwd)"
4949

5050
set -e
5151

52+
53+
5254
echo "--- Starting STT Setup for Debian/Ubuntu ---"
5355

56+
sudo apt-get update -y
57+
5458
# setup/ubuntu_setup.sh
5559
# --- 1. System Dependencies ---
5660
# (This section remains unchanged)

0 commit comments

Comments
 (0)