Skip to content

Commit

Permalink
chore: fix lua version
Browse files Browse the repository at this point in the history
  • Loading branch information
🎲 committed Jan 18, 2025
1 parent 33a9d7d commit ff23ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set Up Lua
uses: leafo/gh-actions-lua@v10 # Set up Lua
with:
luaVersion: "5.1"
luaVersion: "5.1.5"

- name: Set Up Rust
uses: actions-rs/toolchain@v1 # Set up the Rust toolchain
Expand Down

0 comments on commit ff23ff6

Please sign in to comment.