Skip to content

Commit

Permalink
remove install-libs.sh and download-fonts.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gfngfn committed Mar 30, 2024
1 parent 3b223ef commit b3267cc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 98 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,6 @@ jobs:
- name: Install SATySFi
run: |
opam install -y .
if [ "${{ matrix.os }}" == 'macos-latest' ]; then
./install-libs.sh ~/.saphe ginstall
else
./install-libs.sh ~/.saphe install
fi
# It is no longer necessary to download font files beforehand
# due to the package system:
# if [ -z "$(ls lib-satysfi/dist/fonts)" ]; then
# ./download-fonts.sh
# fi
- name: Check library packages
run: |
Expand Down
70 changes: 0 additions & 70 deletions download-fonts.sh

This file was deleted.

17 changes: 0 additions & 17 deletions install-libs.sh

This file was deleted.

0 comments on commit b3267cc

Please sign in to comment.