fix: remove hardcoded OSPOS_VERSION from CI workflow

Let the install script use the latest release by default
This commit is contained in:
Ollama
2026-05-13 22:58:26 +02:00
parent 1901043065
commit 4334542efa

View File

@@ -43,7 +43,6 @@ jobs:
- name: Run install script
env:
DB_PASS: ${{ matrix.db_pass }}
OSPOS_VERSION: '3.4.0'
run: |
echo "Running install script with scenario: ${{ matrix.scenario }}"
sudo -E bash scripts/install-ubuntu.sh 2>&1 | tee install-output.log