From a6298db52afcaa1c970ffbb0ae00fb20faf10e61 Mon Sep 17 00:00:00 2001 From: LebJe <51171427+LebJe@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:58:39 -0500 Subject: [PATCH] `compnerd/gha-setup-vsdevenv@main` --- .github/workflows/buildAndTest-Windows.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/buildAndTest-Windows.yml b/.github/workflows/buildAndTest-Windows.yml index d26dfaa..44d7288 100644 --- a/.github/workflows/buildAndTest-Windows.yml +++ b/.github/workflows/buildAndTest-Windows.yml @@ -26,7 +26,7 @@ jobs: platform: "x64" - name: "Set up MSVC" if: "${{ matrix.compiler == 'MSVC' }}" - uses: "seanmiddleditch/gha-setup-vsdevenv@master" + uses: "compnerd/gha-setup-vsdevenv@main" - name: "Build Project" run: | New-Item -Path "LuaRocks\tree\luaRocksConfig.lua" -ItemType File @@ -49,8 +49,6 @@ jobs: LuaRocks\luarocks.exe --lua-dir "$($env:LUAROCKS_LUADIR)" --tree "$($env:LUAROCKS_TREE)" config cmake_generator "Ninja Multi-Config" } - cmake.exe --help - LuaRocks\luarocks.exe --lua-dir "$($env:LUAROCKS_LUADIR)" --tree "$($env:LUAROCKS_TREE)" LuaRocks\luarocks.exe --lua-dir "$($env:LUAROCKS_LUADIR)" --tree "$($env:LUAROCKS_TREE)" config