Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
🎲 committed Jan 18, 2025
1 parent d33f854 commit a535f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit a535f6c

Please sign in to comment.