Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky committed Mar 13, 2024
1 parent c76a81e commit bc62107
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Build linux target
run: make build_linux_x86_64_target
run: make build_mac_arm64_target
1 change: 0 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ build_mac_arm64_target:
cp generator/target/release/libgenerator.dylib lua/generator.so

build_linux_x86_64_target:
# rustup target install x86_64-unknown-linux-musl
cd generator && cargo build --release
cp generator/target/release/libgenerator.so lua/generator.so

0 comments on commit bc62107

Please sign in to comment.