Skip to content

Commit

Permalink
why is this so slow?
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohoch committed Mar 14, 2024
1 parent f5644b2 commit 47d1fd4
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:


env:
CXX: cl.exe
CC: cl.exe
BUILDCACHE_COMPRESS: true
BUILDCACHE_DIRECT_MODE: true
BUILDCACHE_DIR: ${{ github.workspace }}/.buildcache
Expand Down Expand Up @@ -65,14 +63,8 @@ jobs:
restore-keys: deps-

# ==== BUILD ====
- name: Setup VS Dev Shell
run: |
$devShell = &"${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -latest -find **\Microsoft.VisualStudio.DevShell.dll
$installPath = &"${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -latest -property installationpath
Import-Module $devShell
Enter-VsDevShell -VsInstallPath $installPath -SkipAutomaticLocation -DevCmdArguments "-arch=amd64"
Get-ChildItem env:
- uses: ilammy/msvc-dev-cmd@v1

- name: CMake
run: cmake -S . -B build --preset=${{ matrix.config.preset }}

Expand Down

0 comments on commit 47d1fd4

Please sign in to comment.