From 0bd5858c9e8e0f9e5d8f38b0d26bd58b8487e9a3 Mon Sep 17 00:00:00 2001 From: JopStro Date: Sun, 5 May 2024 19:23:48 +0100 Subject: [PATCH] Add luajit to macos build --- .github/workflows/rust.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4ec298a..2e9b756 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -28,8 +28,13 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: leafo/gh-actions-lua@v10 + with: + luaVersion: "luajit-2.0.5" - name: Build run: cargo build --verbose --release + env: + LUA_LIB: "./.lua/lib" - uses: actions/upload-artifact@v4 with: name: json5.dylib