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 b9f7f45 commit 72b4f14Copy full SHA for 72b4f14
2 files changed
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Install revive (go linter)
53
run: go install github.com/mgechev/[email protected]
54
- name: Install cross
55
- run: cargo install cross
+ run: cargo install cross --locked
56
- name: Build OpenLambda
57
run: |
58
make ol imgs/ol-wasm wasm-worker wasm-functions native-functions container-proxy
.github/workflows/pkg.yml
@@ -44,7 +44,7 @@ jobs:
44
with:
45
go-version: '>=1.21.0'
46
47
48
49
50
make ol imgs/lambda wasm-worker wasm-functions native-functions container-proxy
0 commit comments