Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.

Commit 1a2a7b3

Browse files
committed
try again
1 parent 151fbb1 commit 1a2a7b3

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

entrypoint.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
set -e
44

5-
install-apt python3-pip
6-
pip3 install conan
5+
which conan || true
6+
conan --version || true
7+
8+
install-apt pipx
9+
pipx ensurepath
10+
pipx install conan
711

812
git clone https://github.com/opendocument-app/conan-odr-index.git
913
python conan-odr-index/scripts/conan_export_all_packages.py

0 commit comments

Comments
 (0)