From a535f6cb402a8b9a958dbdeb4d28b76c7a586323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=8E=B2?= Date: Sat, 18 Jan 2025 23:46:23 +0000 Subject: [PATCH] fix: syntax error --- .github/workflows/cargo-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cargo-release.yml b/.github/workflows/cargo-release.yml index b614678..4563b9c 100644 --- a/.github/workflows/cargo-release.yml +++ b/.github/workflows/cargo-release.yml @@ -18,8 +18,8 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 # Checkout the repository using the specified action - - name: Set Up Lua - uses: xpol/setup-lua@v1 + - name: Setup Lua/LuaJIT + uses: xpol/setup-lua@v0.3 with: lua-version: '5.1.5'