We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7460a commit e54f392Copy full SHA for e54f392
.circleci/config.yml
@@ -831,9 +831,9 @@ jobs:
831
- node/install:
832
node-version: '18.15.0'
833
- run:
834
- name: install dependencies
+ name: Install dependencies
835
command: |
836
- sudo apt-get update -y && sudo apt-get install -y ca-certificates
+ sudo apt-get update -y && sudo apt-get install -y ca-certificates qemu-user-static
837
838
name: Build sources
839
command: ./.circleci/build/build.sh
0 commit comments