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 3fdc58f commit 1f59f3aCopy full SHA for 1f59f3a
.github/workflows/build.yml
@@ -100,7 +100,9 @@ jobs:
100
- name: Install Serverless Framework
101
run: sudo yarn global add serverless@^2.72.2 --prefix /usr/local
102
- name: Install Crossbuild Deps
103
- run: sudo apt install -y qemu-user-static binfmt-support
+ run: |
104
+ sudo apt-get update
105
+ sudo apt install -y qemu-user-static binfmt-support
106
107
- name: Install dependencies
108
if: steps.cache-node-modules.outputs.cache-hit != 'true'
0 commit comments