Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
add ruby-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt committed Aug 5, 2022
1 parent d4f1e4a commit 7fcce5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
submodules: recursive

- ${{ if eq(parameters.archType, 'arm64') }}:
- script: sudo apt-get update && sudo apt-get install -y qemu binfmt-support qemu-user-static docker ryby-dev
- script: sudo apt-get update && sudo apt-get install -y qemu binfmt-support qemu-user-static docker ruby-dev
- script: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

- ${{ if eq(parameters.osGroup, 'Windows') }}:
Expand Down

0 comments on commit 7fcce5c

Please sign in to comment.