Skip to content

Commit

Permalink
Merge branch 'main' into udf
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Abraham authored Sep 19, 2024
2 parents 531280a + 48c6628 commit 05115f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ jobs:
mv ./${MINIO_BINARY} /usr/local/bin/
fi
- name: Install Minio
run: |
MINIO_BINARY="minio-2022-05-26"
if [ ! -f /usr/local/bin/${MINIO_BINARY} ]; then
wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2022-05-26T05-48-41Z -O ${MINIO_BINARY}
chmod +x ./${MINIO_BINARY}
mv ./${MINIO_BINARY} /usr/local/bin/
fi
- uses: assignUser/stash/restore@v1
with:
path: '${{ env.CCACHE_DIR }}'
Expand Down

0 comments on commit 05115f4

Please sign in to comment.