We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b6dca commit 0f71366Copy full SHA for 0f71366
.github/workflows/deploy.yml
@@ -63,13 +63,6 @@ jobs:
63
conda info
64
conda list
65
66
- - name: Create Build Environment
67
- # Some projects don't allow in-source building, so create separate build and install
68
- # directorie; we'll use them as our working directories for subsequent commands.
69
- run: |
70
- cmake -E make_directory ${{github.workspace}}/build
71
- cmake -E make_directory ${{github.workspace}}/install
72
-
73
- name: Build
74
working-directory: ${{github.workspace}}
75
# Execute the build.
0 commit comments