Skip to content

Commit fe19930

Browse files
authored
Nightly fix (#785)
* build: add shell * build: add missing deps
1 parent 2b58cf0 commit fe19930

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/actions/install-kjob/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ runs:
2828
with:
2929
name: kjob-artifact
3030
- name: Set permissions
31+
shell: bash
3132
run: chmod +x kubectl-kjob
3233
- name: Move binary
34+
shell: bash
3335
run: mv ./kubectl-kjob /usr/local/bin/kubectl-kjob

.github/actions/setup-test-env/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ runs:
4848
- name: Install XPK
4949
run: pip install dist/xpk-*.whl
5050
shell: bash
51+
- name: Install expect package
52+
run: sudo apt-get install expect
53+
shell: bash

0 commit comments

Comments
 (0)