Skip to content

Commit

Permalink
did not fix path
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Lamarre <[email protected]>
  • Loading branch information
alexandreLamarre committed Apr 17, 2024
1 parent b58297a commit 1b60d2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name : Setup up mc
run : |
./.github/workflows/e2e/scripts/install-mc.sh
echo $PATH
echo "$PWD/mc" >> $GITHUB_PATH
mc --version
- name : Setup environment variables
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e/scripts/install-mc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ set -x
# TODO : add support for architectures
ARCH=amd64

curl -sL https://dl.min.io/client/mc/release/linux-${ARCH}/mc > mc
chmod +x mc;
curl -sL https://dl.min.io/client/mc/release/linux-${ARCH}/mc
chmod +x mc;

0 comments on commit 1b60d2d

Please sign in to comment.