Skip to content

Commit

Permalink
release #38
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefvand committed Nov 28, 2024
1 parent 32c97da commit af9399d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
choco install ninja -y
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' -y
shell: cmd

- name: Verify Visual Studio Installation
if: matrix.os == 'windows-latest'
run: |
Expand All @@ -101,7 +100,6 @@ jobs:
Write-Output "Found Visual Studio Build Tools at $vcvarsPath"
}
shell: pwsh

- name: Configure CMake (Windows)
if: matrix.os == 'windows-latest'
run: |
Expand All @@ -112,14 +110,12 @@ jobs:
-G Ninja ^
-S D:\a\Notepad--\Notepad--
shell: cmd

- name: Build application (Windows)
if: matrix.os == 'windows-latest'
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvars64.bat" && ^
cmake --build D:\a\Notepad--\Notepad--\build --config Release
shell: cmd

- name: Package application (Windows)
if: matrix.os == 'windows-latest'
run: |
Expand Down

0 comments on commit af9399d

Please sign in to comment.