Skip to content

Commit

Permalink
🔨 [CI][create_release_executables] Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Jan 17, 2024
1 parent 0afef87 commit 908e3a4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/create_release_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- {
name: Windows,
os: windows-latest,
cmake_configure_args: -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang,
cmake_configure_args: -T ClangCL,
cpack_generator: NSIS,
installer_name: Coollab-Windows.exe,
}
Expand Down Expand Up @@ -46,10 +46,6 @@ jobs:
with:
os: ${{ matrix.config.os }}

- name: Set up MSVC # NOTE: required to find clang.exe when using the Ninja generator. And we need to use Ninja in order for ccache to be able to cache stuff on Windows.
if: runner.os == 'Windows'
uses: ilammy/msvc-dev-cmd@v1.13.0

- name: Install Linux dependencies
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 908e3a4

Please sign in to comment.