Skip to content

Commit

Permalink
compnerd/gha-setup-vsdevenv@main
Browse files Browse the repository at this point in the history
  • Loading branch information
LebJe committed Jan 1, 2024
1 parent 0d6a15c commit a6298db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/buildAndTest-Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a6298db

Please sign in to comment.