Skip to content

Commit ae83527

Browse files
committed
Attempt to address CI failures with a newer setup-zig action
Signed-off-by: R Tyler Croy <rtyler@scribd.com>
1 parent de5c12c commit ae83527

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ jobs:
5454
- name: Install Rust toolchain
5555
uses: dtolnay/rust-toolchain@stable
5656
- name: Install Zig toolchain
57-
uses: korandoru/setup-zig@v1
58-
with:
59-
zig-version: 0.10.0
57+
uses: mlugg/setup-zig@v2
6058
- name: Install Cargo Lambda
6159
uses: jaxxstorm/action-install-gh-release@v1.12.0
6260
with:

.github/workflows/rust.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
- name: Install Rust toolchain
1818
uses: dtolnay/rust-toolchain@stable
1919
- name: Install Zig toolchain
20-
uses: korandoru/setup-zig@v1
21-
with:
22-
zig-version: 0.10.0
20+
uses: mlugg/setup-zig@v2
2321
- name: Install Cargo Lambda
2422
uses: jaxxstorm/action-install-gh-release@v1.12.0
2523
with:

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[workspace]
2+
resolver = "3"
23
members = [
34
"lambdas/*",
45
]

0 commit comments

Comments
 (0)