mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Default to MSVC on Windows
This commit is contained in:
parent
3d6bdc6bfe
commit
8c07f18555
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@ -345,18 +345,12 @@ jobs:
|
||||
uses: lukka/get-cmake@latest
|
||||
with:
|
||||
useLocalCache: true
|
||||
|
||||
- name: '⚙️ Install Intel Compiler'
|
||||
uses: fortran-lang/setup-fortran@v1
|
||||
with:
|
||||
compiler: intel
|
||||
version: 2024.1
|
||||
|
||||
- name: '🚧 Configure with CMake'
|
||||
run: |
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ../ -DCMAKE_CXX_COMPILER=cc -DCMAKE_C_COMPILER=cxx -DCMAKE_BUILD_TYPE=Release
|
||||
cmake ../ -DCMAKE_BUILD_TYPE=Release
|
||||
|
||||
- name: '🚧 Build application'
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user