Skip to content

Commit

Permalink
copy binary files to ../bin
Browse files Browse the repository at this point in the history
  • Loading branch information
katzefudder committed Dec 3, 2024
1 parent 533b47e commit 59120f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/local_k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- name: Install dependencies
run: |
mkdir tenv && wget https://github.com/tofuutils/tenv/releases/download/v3.2.10/tenv_v3.2.10_Linux_x86_64.tar.gz -O tenv.tar.gz && tar xzf tenv.tar.gz -C tenv && sudo ln -sf $(pwd)/tenv/* /usr/local/bin && echo "/usr/local/bin" >> $GITHUB_PATH
mkdir tenv && wget https://github.com/tofuutils/tenv/releases/download/v3.2.10/tenv_v3.2.10_Linux_x86_64.tar.gz -O tenv.tar.gz && tar xzf tenv.tar.gz -C tenv && sudo cp $(pwd)/tenv/* /usr/local/bin && echo "/usr/local/bin" >> $GITHUB_PATH
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 && chmod 700 get_helm.sh && ./get_helm.sh && helm version
- name: 'Checkout'
uses: actions/checkout@master
Expand Down

0 comments on commit 59120f6

Please sign in to comment.