Skip to content

Commit

Permalink
debug Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
breznak committed Sep 26, 2019
1 parent 4c28afe commit 85b4e23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/htmcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install -r requirements.txt
mkdir -p build/scripts
mkdir build
#windows' mkdir does not accept -p
mkdir build/scripts
cd build/scripts
pwd
cmake ../..
- name: build htmcore with setup.py
Expand Down

0 comments on commit 85b4e23

Please sign in to comment.