Skip to content

Commit 9d5ca8b

Browse files
committed
Fix uuidgen install
Signed-off-by: Charlie Truong <[email protected]>
1 parent 203036a commit 9d5ca8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/test-template/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ runs:
133133
ls -al $MNT_PATH/TestData
134134
135135
- name: Install uuidgen
136-
shell: bash -x -e -u -o pipefail {0}
136+
shell: bash
137137
run: |
138-
apt-get update
139-
apt-get install -y uuid-runtime
138+
sudo apt update
139+
sudo apt install -y uuid-runtime
140140
141141
- name: Docker pull image
142142
shell: bash

0 commit comments

Comments
 (0)