Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ jobs:
- name: Install Serverless Framework
run: sudo yarn global add serverless@^2.72.2 --prefix /usr/local
- name: Install Crossbuild Deps
run: sudo apt install -y qemu-user-static binfmt-support
run: |
sudo apt-get update
sudo apt install -y qemu-user-static binfmt-support

- name: Install dependencies
if: steps.cache-node-modules.outputs.cache-hit != 'true'
Expand Down