Skip to content

Commit

Permalink
ci: Install fonts on windows with font-install
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Oct 24, 2024
1 parent 2181f87 commit 2cdd4b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,17 +170,17 @@ jobs:

- name: Install Fonts
shell: pwsh
working-directory: .github/scripts
run: |
Invoke-WebRequest -Uri 'https://github.com/ietf-tools/common/raw/main/scripts/font-install/font-install.exe' -OutFile font-install.exe
& ./font-install.exe -debug https://github.com/ietf-tools/xml2rfc-fonts/archive/refs/tags/3.22.0.zip
go install github.com/Crosse/font-install@latest
$env:GOPATH = (go env GOPATH)
$env:Path += ";$env:GOPATH\bin"
font-install https://github.com/ietf-tools/xml2rfc-fonts/archive/refs/tags/3.22.0.zip
- name: Install dependencies
uses: msys2/setup-msys2@v2
shell: pwsh
run: |
Invoke-WebRequest -Uri 'https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases/download/2022-01-04/gtk3-runtime-3.24.31-2022-01-04-ts-win64.exe' -OutFile gtk.exe
& ./gtk.exe /S
choco install make
pacman -S mingw-w64-x86_64-pango --noconfirm
echo "Installing pip + wheel..."
python -m pip install --upgrade pip wheel
echo "Installing requirements.txt + test dependencies..."
Expand Down

0 comments on commit 2cdd4b4

Please sign in to comment.