Skip to content

Commit

Permalink
Change way of installing packages for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Apr 9, 2024
1 parent 4ef3485 commit 8c8ca83
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/build-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,12 @@ jobs:
brew install nlohmann-json
brew install boost
- name: Set up conda environment
uses: conda-incubator/setup-miniconda@030178870c779d9e5e1b4e563269f3aa69b04081 # v3.0.3
with:
miniconda-version: "latest"
auto-update-conda: true
activate-environment: conda-env
if: runner.os == 'Windows' #|| runner.os == 'Linux'

- name: Install libraries for Windows
if: runner.os == 'Windows'
run: |
conda install -c conda-forge boost
conda install -c conda-forge nlohmann_json
conda list
vcpkg install boost
vcpkg install nlohmann-json
shell: pwsh
if: runner.os == 'Windows'

# - name: Install libraries for Linux
# run: |
Expand Down

0 comments on commit 8c8ca83

Please sign in to comment.