diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07fcd6830..c13138f14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -333,7 +333,7 @@ jobs: with: { username: 'test', password: 'test', database: 'test' } - name: Install geozero-cli if: matrix.os == 'ubuntu-latest' - run: cargo install cargo install --git https://github.com/georust/geozero geozero-cli + run: cargo install --git https://github.com/georust/geozero geozero-cli - name: Start NGINX uses: nyurik/action-setup-nginx@v1.1 id: nginx