Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaSTL authored Oct 24, 2023
1 parent a7de56c commit d704a07
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,14 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: egor-tensin/setup-gcc@v1
- uses: egor-tensin/setup-clang@v1
with:
version: latest
# Version to install
version: 15
# Target platform
platform: x64
# Install Cygwin packages
cygwin: 0
# Set up cc/gcc/c++/g++ executables
# Set up cc/clang/c++/clang++ executables
cc: 3
# On Cygwin, replace executable symlinks with hardlinks
hardlinks: 0

#- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
Expand Down

0 comments on commit d704a07

Please sign in to comment.