Skip to content

Commit

Permalink
Fix Linux CI workflow by removing temporary Minio rename (facebookinc…
Browse files Browse the repository at this point in the history
…ubator#10488)

Summary:
This fixes the broken Linux CI workflow.

Resolves facebookincubator#10489

Pull Request resolved: facebookincubator#10488

Reviewed By: kgpai

Differential Revision: D59866205

Pulled By: pedroerp

fbshipit-source-id: ac1e468ca8f3355e0aec7e142e55e7271ed82d87
  • Loading branch information
majetideepak authored and facebook-github-bot committed Jul 17, 2024
1 parent 86efb63 commit 59087d2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ jobs:
)
make release EXTRA_CMAKE_FLAGS="${EXTRA_CMAKE_FLAGS[*]}"
#Temporarily rename Minio binary to include version until CI image is updated with the same.
- name: Rename Minio
run: [ -f /usr/local/bin/minio ] && mv /usr/local/bin/minio /usr/local/bin/minio-2022-05-26

- name: Ccache after
run: ccache -s

Expand Down

0 comments on commit 59087d2

Please sign in to comment.