fix: CI task installation path

This commit is contained in:
Gemini CLI
2026-05-17 17:16:43 +02:00
parent b8acf37c24
commit 22dcd4c293
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Install Dagger & Task
run: |
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=/usr/local/bin sh
go install github.com/go-task/task/v3/cmd/task@latest
curl -sL https://taskfile.dev/install.sh | sh -s -- -b /usr/local/bin
sudo apt-get update && sudo apt-get install -y stunnel4 netcat-openbsd
- name: Setup Dagger Remote Engine (via stunnel)
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Install Dagger & Task
run: |
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=/usr/local/bin sh
go install github.com/go-task/task/v3/cmd/task@latest
curl -sL https://taskfile.dev/install.sh | sh -s -- -b /usr/local/bin
sudo apt-get update && sudo apt-get install -y stunnel4 netcat-openbsd
- name: Setup Dagger Remote Engine (via stunnel)