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 44b6317 commit 0aa1e96Copy full SHA for 0aa1e96
.github/workflows/tests.yml
@@ -37,7 +37,10 @@ jobs:
37
- name: "Build libfaasmpi"
38
run: ./bin/inv_wrapper.sh libfaasmpi
39
- name: "Build libffi"
40
- run: ./bin/inv_wrapper.sh libffi
+ run: |
41
+ # For some reason, libffi necessitates running apt update.
42
+ apt update
43
+ ./bin/inv_wrapper.sh libffi
44
- name: "Build libfake"
45
run: ./bin/inv_wrapper.sh libfake
46
- name: "Build libemscripten"
0 commit comments