Skip to content

Commit

Permalink
ci: bump cargo-tarpaulin and minio
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Oct 4, 2023
1 parent 50af5bb commit 091184e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuos-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install and run minio
if: matrix.platform == 'ubuntu-22.04'
run: |
MINIO_RELEASE="2021-03-26T00-00-41Z"
MINIO_RELEASE="2023-09-30T07-02-29Z"
LINK="https://dl.min.io/server/minio/release/linux-amd64/archive/"
curl --output minio "$LINK/minio.RELEASE.$MINIO_RELEASE"
chmod +x minio
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Install cargo-tarpaulin
run: |
LINK="https://github.com/xd009642/tarpaulin/releases/download/0.20.1/cargo-tarpaulin-0.20.1-travis.tar.gz"
LINK="https://github.com/xd009642/tarpaulin/releases/download/0.27.1/cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz"
curl -L --output tarpaulin.tar.gz "$LINK"
tar -xzvf tarpaulin.tar.gz
chmod +x cargo-tarpaulin
Expand Down

0 comments on commit 091184e

Please sign in to comment.