Skip to content

Commit

Permalink
chore(workflow): fix code
Browse files Browse the repository at this point in the history
Signed-off-by: owl <[email protected]>
  • Loading branch information
oowl committed Jun 17, 2023
1 parent b6c4b3c commit 702ffc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bindings_lua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup lua toolchain
run: |
sudo apt-get update
sudo apt-get install -y lua5.4 lua-busted
sudo apt-get install -y lua-busted
- name: Setup Rust toolchain
uses: ./.github/actions/setup
- name: Build & Test
Expand Down

0 comments on commit 702ffc8

Please sign in to comment.