Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
asra-naseem authored Sep 11, 2023
1 parent f9e6d5f commit 1db26ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
pip install helics
pip install numpy
- name: Configure build with MSVC
- name: Configure build
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
# Windows specific commands
mkdir build
cd build
cmake -G "Visual Studio 16 2019" -A x64 -DICM=ON -DCMAKE_INSTALL_PREFIX=%USERPROFILE%/my-project-installation ..
cmake -DICM=ON -DCMAKE_INSTALL_PREFIX=$HOME/my-project-installation ..
cmake --build . --config Release --parallel 4
cmake --install .
Expand Down

0 comments on commit 1db26ab

Please sign in to comment.