Skip to content

Commit

Permalink
#27 Trying to fix workflows. 30
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismoh committed May 11, 2022
1 parent d87e9ed commit a27f6a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/windows-latest-lua-unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:

steps:
- uses: actions/checkout@main
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW32
update: true

- name: Make directories for Lua installation
run: |
Expand Down Expand Up @@ -113,7 +117,7 @@ jobs:
- name: Install dependencies
run: |
echo "C:\msys64\mingw32\bin" >> $GITHUB_PATH
#echo "C:\msys64\mingw32\bin" >> $GITHUB_PATH
#cp C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin\x86_64-w64-mingw32-gcc.exe C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin\mingw32-gcc.exe
Start-Process -FilePath "${{ env.temp_dir }}\luarocks-3.8.0-windows-32\luarocks.exe" -ArgumentList "--lua-dir=${{ env.lua_install_dir }} --lua-version=5.1 --tree=${{ env.lua_install_dir }} install luacov" -Wait -NoNewWindow
Expand Down

0 comments on commit a27f6a0

Please sign in to comment.