Skip to content

Commit

Permalink
Disable notice
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob authored Jun 29, 2024
1 parent c225fec commit eb378d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install-fontcustom.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
mkdir -p fontcustom && cd fontcustom
gem install fontcustom --version 2.0.0
sudo apt-get install fontforge=1:20201107~dfsg-4build1
git clone --branch v1.3.1 --depth 1 https://github.com/bramstein/sfnt2woff-zopfli.git \
git -c advice.detachedHead=false clone --branch v1.3.1 --depth 1 https://github.com/bramstein/sfnt2woff-zopfli.git \
&& pushd sfnt2woff-zopfli \
&& make \
&& mv sfnt2woff-zopfli sfnt2woff \
&& echo "${PWD}" >> "${GITHUB_PATH}" \
&& popd
git clone --branch v1.0.2 --depth 1 --recursive https://github.com/google/woff2.git \
git -c advice.detachedHead=false clone --branch v1.0.2 --depth 1 --recursive https://github.com/google/woff2.git \
&& pushd woff2 \
&& make clean all \
&& echo "${PWD}" >> "${GITHUB_PATH}" \
Expand Down

0 comments on commit eb378d8

Please sign in to comment.