Skip to content

Commit 8cfb4cc

Browse files
committed
WIP: fixing win vanilla
1 parent 896f144 commit 8cfb4cc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/cpp-build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,8 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21-
# - name: Setup conda environment
22-
# uses: conda-incubator/setup-miniconda@v2
23-
# with:
24-
# auto-update-conda: true
25-
# python-version: 3.9.1
26-
2721
- name: Cmake Configure
2822
run: |
29-
cd ${{github.workspace}}/src/diffCheck
30-
mkdir build
3123
cmake -S . -B build -A x64 -DBUILD_PYTHON_MODULE=OFF
3224
3325
- name: CMake Build

0 commit comments

Comments
 (0)