Skip to content

Commit

Permalink
Update cmake_allOS.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OthmanB authored Feb 28, 2024
1 parent ec99934 commit ac1dfce
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cmake_allOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ jobs:
- name: Install Dependencies (Windows)
if: startsWith(runner.os, 'Windows')
run: |
choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
.\bootstrap-vcpkg.bat
.\vcpkg integrate install
.\vcpkg install gnuplot eigen3 boost gsl
choco install gnuplot eigen boost-msvc-14.3 gnuwin cmake --force
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit ac1dfce

Please sign in to comment.