We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4ed72 commit cf34205Copy full SHA for cf34205
.github/workflows/ubuntu_setup.yml
@@ -27,6 +27,9 @@ jobs:
27
restore-keys: |
28
${{ runner.os }}-models-tools-
29
30
+ - name: Update apt repositories
31
+ run: sudo apt-get update -y
32
+
33
- name: Run ubuntu_setup.sh
34
run: bash ./setup/ubuntu_setup.sh
35
setup/ubuntu_setup.sh
@@ -49,8 +49,12 @@ echo "--> Running setup from project root: $(pwd)"
49
50
set -e
51
52
53
54
echo "--- Starting STT Setup for Debian/Ubuntu ---"
55
56
+sudo apt-get update -y
57
58
# setup/ubuntu_setup.sh
59
# --- 1. System Dependencies ---
60
# (This section remains unchanged)
0 commit comments