Skip to content

Commit

Permalink
fix install-libs.sh for the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gfngfn committed Jan 6, 2024
1 parent 9ea8038 commit 385fb1a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:
run: |
opam install -y .
if [ "${{ matrix.os }}" == 'macos-latest' ]; then
./install-libs.sh ~/.satysfi ginstall
./install-libs.sh ~/.saphe ginstall
else
./install-libs.sh ~/.satysfi install
./install-libs.sh ~/.saphe install
fi
# It is no longer necessary to download font files beforehand
Expand Down
1 change: 0 additions & 1 deletion install-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ LIBDIR=${1:-/usr/local/share/satysfi}
INSTALL=${2:-install}

"${INSTALL}" -d "${LIBDIR}"
"${INSTALL}" -m 644 lib-satysfi/satysfi-library-root.yaml "${LIBDIR}/satysfi-library-root.yaml"
"${INSTALL}" -d "${LIBDIR}/unidata"
"${INSTALL}" -m 644 lib-satysfi/unidata/*.txt "${LIBDIR}/unidata"
"${INSTALL}" -d "${LIBDIR}/hyph"
Expand Down
Empty file removed lib-satysfi/registries/.gitkeep
Empty file.
7 changes: 0 additions & 7 deletions lib-satysfi/satysfi-library-root.yaml

This file was deleted.

0 comments on commit 385fb1a

Please sign in to comment.