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 6e782d2 commit 61f98fcCopy full SHA for 61f98fc
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
sudo apt install ${{ matrix.linker }}
68
69
- name: Build Binary (All features)
70
- run: cargo build --verbose --locked --release --features lua53,lua53,lua54,luau --target ${{ matrix.cargo-target }}
+ run: cargo build --verbose --locked --release --features lua52,lua53,lua54,luau --target ${{ matrix.cargo-target }}
71
env:
72
CARGO_TARGET_DIR: output
73
0 commit comments