Skip to content

Commit

Permalink
use gh-actions-lua
Browse files Browse the repository at this point in the history
  • Loading branch information
uga-rosa committed Apr 10, 2024
1 parent ef3a7d0 commit cd443b5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ jobs:
- name: Clone vim-jetpack
uses: actions/checkout@v3

- uses: ilammy/msvc-dev-cmd@v1
- name: Install Lua
uses: leafo/gh-actions-lua@v10
if: ${{ contains(matrix.os, 'windows') }}
run: |
Invoke-WebRequest -Uri https://joedf.ahkscript.org/LuaBuilds/hdata/lua-5.4.4_Win64_bin.zip -OutFile .\Lua.zip
Expand-Archive .\Lua.zip C:\Lua
Add-Content $env:GITHUB_PATH C:\Lua

- name: Install vim-themis
uses: actions/checkout@v3
Expand Down

0 comments on commit cd443b5

Please sign in to comment.