Skip to content

Commit 601569c

Browse files
committed
missing utilities on CodeBuild fleet host
1 parent b2820e1 commit 601569c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/actions-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,11 @@ jobs:
591591
image:arm-3.0
592592
fleet:linux-graviton4-r8g-2xlarge
593593
steps:
594+
- name: Install QEMU host dependencies
595+
if: runner.environment == 'self-hosted'
596+
run: |
597+
sudo apt update
598+
sudo apt install -y dosfstools openssh-client rsync
594599
- uses: actions/checkout@v6
595600
- name: OpenBSD
596601
uses: cross-platform-actions/action@2d97d42e1972a17b045fd709a422f7e55a86230d

0 commit comments

Comments
 (0)