Skip to content

Commit 4d18cf4

Browse files
ci: replace unmaintained goto-bus-stop/setup-zig with mlugg/setup-zig (#422)
* Initial plan * Replace goto-bus-stop/setup-zig with mlugg/setup-zig@v1 Co-authored-by: Brooooooklyn <[email protected]> * Final validation: All tests pass after replacing setup-zig action Co-authored-by: Brooooooklyn <[email protected]> * Update mlugg/setup-zig to v2 as requested in review Co-authored-by: Brooooooklyn <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: Brooooooklyn <[email protected]>
1 parent a13e813 commit 4d18cf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
.cargo-cache
119119
target/
120120
key: ${{ matrix.settings.target }}-cargo-${{ matrix.settings.host }}
121-
- uses: goto-bus-stop/setup-zig@v2
121+
- uses: mlugg/setup-zig@v2
122122
if: ${{ contains(matrix.settings.target, 'musl') }}
123123
with:
124124
version: 0.14.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ napi-derive = "3.0.0"
1717
napi-build = "2"
1818

1919
[profile.release]
20-
lto = true
20+
lto = true
2121
strip = "symbols"

0 commit comments

Comments
 (0)