diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5ee5632..f1eef7da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,9 @@ jobs: # libcurl4-openssl-dev: librdkafka is built from source and links against libcurl, # whose headers are not on the runner by default. sudo apt-get install -y llvm libcurl4-openssl-dev - curl -sL https://sentry.io/get-cli/ | bash + + - name: Install sentry-cli + uses: getsentry/action-setup-cli@70d7e587b84c2e78cf4d37cd33d7b74fb3729c1b # v1 - name: Install Rust Toolchain run: |