diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3dc4ce284e..53b11ad819 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -485,7 +485,7 @@ jobs: - name: Install dagger run: | - curl -fsSL https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=v0.14.0 sh + curl -fsSL https://dl.dagger.io/dagger/install.sh | sh sudo mv ./bin/dagger /usr/local/bin/dagger - name: Build env: