Skip to content

Commit 896bcff

Browse files
committed
ci: fix path
1 parent a66bcf1 commit 896bcff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-linux-osx-win-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ jobs:
120120
# g++ -std=c++17 examples/cpp/overview-simple.cpp -o overview-simple $(pkg-config --cflags proxsuite)
121121
# ./overview-simple
122122

123-
- name: Test CMake pacakging [Conda]
123+
- name: Test CMake pacakging [Conda/Linux&macOS]
124124
if: contains(matrix.os, 'macos') || contains(matrix.os, 'ubuntu')
125125
shell: bash -l {0}
126126
run: |
127127
cd test/packaging/cmake
128-
mkdir build
128+
mkdir build && cd build
129129
cmake .. -DCMAKE_INSTALL_PREFIX=${CONDA_PREFIX} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
130130
cmake --build . --config ${{ matrix.build_type }} --target all
131131
./run-proxqp

0 commit comments

Comments
 (0)