only modify windows in CMakeLists.txt

This commit is contained in:
krande
2023-11-23 16:05:00 +01:00
parent 1dd8624825
commit b01bd8afb3
2 changed files with 18 additions and 19 deletions
@@ -51,6 +51,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Download MacOSX SDK
if: ${{ matrix.platform.name == 'macOS' }}
run: |
@@ -58,6 +59,7 @@ jobs:
tar xf MacOSX10.13.sdk.tar.xz && \
sudo mv -v MacOSX10.13.sdk /opt/ && \
ls /opt/
- uses: mamba-org/setup-micromamba@v1 # https://github.com/mamba-org/setup-micromamba
with:
environment-name: build-env