Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicogene authored May 2, 2024
1 parent 7efc677 commit de5b447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
fi
# matio-cpp
cd ${GITHUB_WORKSPACE}
git clone https://github.com/dic-iit/matio-cpp.git --depth 1 --branch master
git clone https://github.com/ami-iit/matio-cpp.git --depth 1 --branch master
cd matio-cpp && mkdir -p build && cd build
cmake -DCMAKE_PREFIX_PATH=${GITHUB_WORKSPACE}/install -DCMAKE_INSTALL_PREFIX=${GITHUB_WORKSPACE}/install \
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} ..
Expand Down

0 comments on commit de5b447

Please sign in to comment.