Skip to content

Commit

Permalink
print cd
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Sep 12, 2020
1 parent c73864b commit 50650eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: goanpeca/setup-miniconda@v1.1.2
- uses: goanpeca/setup-miniconda@v1
with:
channels: conda-forge
auto-update-conda: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: goanpeca/setup-miniconda@v1.1.2
- uses: goanpeca/setup-miniconda@v1
with:
channels: conda-forge
auto-update-conda: true
Expand All @@ -30,7 +30,7 @@ jobs:
- name: CMake
shell: cmd /C CALL "{0}"
run: |
echo %PATH%
cd
set CC=cl.exe
set CXX=cl.exe
cmake -G "Ninja" ^
Expand Down

0 comments on commit 50650eb

Please sign in to comment.