Skip to content

Commit 61f98fc

Browse files
committed
Fix typo: lua53 -> lua52
1 parent 6e782d2 commit 61f98fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
sudo apt install ${{ matrix.linker }}
6868
6969
- name: Build Binary (All features)
70-
run: cargo build --verbose --locked --release --features lua53,lua53,lua54,luau --target ${{ matrix.cargo-target }}
70+
run: cargo build --verbose --locked --release --features lua52,lua53,lua54,luau --target ${{ matrix.cargo-target }}
7171
env:
7272
CARGO_TARGET_DIR: output
7373

0 commit comments

Comments
 (0)