Skip to content

Commit

Permalink
fix: try alt lua install
Browse files Browse the repository at this point in the history
  • Loading branch information
🎲 committed Jan 18, 2025
1 parent ff23ff6 commit e4056de
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 @@ -19,9 +19,9 @@ jobs:
uses: actions/checkout@v4 # Checkout the repository using the specified action

- name: Set Up Lua
uses: leafo/gh-actions-lua@v10 # Set up Lua
- uses: xpol/setup-lua@v1
with:
luaVersion: "5.1.5"
lua-version: '5.1.5'

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

0 comments on commit e4056de

Please sign in to comment.