diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/windows.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5f65181..f7dc57c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
| @@ -43,9 +43,9 @@ jobs: | |||
| 43 | - name: Setup MSVC dev cmd | 43 | - name: Setup MSVC dev cmd |
| 44 | uses: ilammy/msvc-dev-cmd@v1 | 44 | uses: ilammy/msvc-dev-cmd@v1 |
| 45 | - name: Setup Lua | 45 | - name: Setup Lua |
| 46 | uses: leafo/gh-actions-lua@v12 | 46 | uses: luarocks/gh-actions-lua@v11 |
| 47 | - name: Setup LuaRocks | 47 | - name: Setup LuaRocks |
| 48 | uses: leafo/gh-actions-luarocks@v6 | 48 | uses: luarocks/gh-actions-luarocks@v6 |
| 49 | - name: Install and run busted | 49 | - name: Install and run busted |
| 50 | run: | | 50 | run: | |
| 51 | luarocks install busted | 51 | luarocks install busted |
