Skip to content

Commit 6d9ed07

Browse files
committed
Better handling for a multi-user setup
1 parent e5f7272 commit 6d9ed07

4 files changed

Lines changed: 648 additions & 134 deletions

File tree

.github/workflows/test-ethd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Docker on macOS
3737
if: ${{ startsWith(matrix.os, 'macos-') }}
3838
uses: douglascamata/setup-docker-macos-action@d5ccc6aae0ce23e7700154f5e63cc53e6433ac48
39-
- name: Install Expect
39+
- name: Prerequisites on Ubuntu
4040
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
4141
run: sudo apt-get install -y expect whiptail
4242
- name: Prerequisites on macOS

0 commit comments

Comments
 (0)