Skip to content

Commit 72b4f14

Browse files
authored
pin rust versions (#428)
1 parent b9f7f45 commit 72b4f14

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install revive (go linter)
5353
run: go install github.com/mgechev/[email protected]
5454
- name: Install cross
55-
run: cargo install cross
55+
run: cargo install cross --locked
5656
- name: Build OpenLambda
5757
run: |
5858
make ol imgs/ol-wasm wasm-worker wasm-functions native-functions container-proxy

.github/workflows/pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
go-version: '>=1.21.0'
4646
- name: Install cross
47-
run: cargo install cross
47+
run: cargo install cross --locked
4848
- name: Build OpenLambda
4949
run: |
5050
make ol imgs/lambda wasm-worker wasm-functions native-functions container-proxy

0 commit comments

Comments
 (0)