diff options
| author | rtkay123 <dev@kanjala.com> | 2026-04-11 10:27:50 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-04-11 10:27:50 +0200 |
| commit | a4e60c9cce8831a12c7ad9c2d4855a8ebf95d64c (patch) | |
| tree | 1dd2f7b39bacfef1403580b3eff44f2d3d8d0e7e /.github/workflows | |
| parent | f06288f156ccb8f9ebf35782a179bf57e6bc8fc2 (diff) | |
| download | sellershut-a4e60c9cce8831a12c7ad9c2d4855a8ebf95d64c.tar.bz2 sellershut-a4e60c9cce8831a12c7ad9c2d4855a8ebf95d64c.zip | |
fix: tests
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8ed1da..236d5d4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,10 +80,6 @@ jobs: uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.msrv }} - - name: Install protoc - uses: arduino/setup-protoc@v3 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - name: cargo install cargo-hack uses: taiki-e/install-action@cargo-hack - name: cargo hack +${{ matrix.msrv }} |
