We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2820e1 commit 7582a44Copy full SHA for 7582a44
1 file changed
.github/workflows/actions-ci.yml
@@ -591,6 +591,11 @@ jobs:
591
image:arm-3.0
592
fleet:linux-graviton4-r8g-2xlarge
593
steps:
594
+ - name: Install QEMU host dependencies
595
+ if: runner.environment == 'self-hosted'
596
+ run: |
597
+ sudo apt-get update
598
+ sudo apt-get install -y dosfstools openssh-client rsync
599
- uses: actions/checkout@v6
600
- name: OpenBSD
601
uses: cross-platform-actions/action@2d97d42e1972a17b045fd709a422f7e55a86230d
0 commit comments