Skip to content

Commit

Permalink
install fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusGuy committed Jan 26, 2025
1 parent a5fde84 commit 20449fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gnulinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
libglbinding-dev \
libcurl4-openssl-dev \
libglm-dev \
libfmt-dev \
zlib1g-dev \
lcov \
doxygen
Expand Down Expand Up @@ -131,8 +132,9 @@ jobs:
libsdl2-ttf-dev:i386 \
libfreetype6-dev:i386 \
libcurl4-openssl-dev:i386 \
libglm-dev \
zlib1g-dev
zlib1g-dev:i386 \
libfmt-dev:i386 \
libglm-dev
# Nethier GLEW nor glbinding exist in 32-bit for Ubuntu 20.04, so snatch the debs from 16.04 instead
wget archive.ubuntu.com/ubuntu/pool/main/g/glew/libglew1.13_1.13.0-2_i386.deb && sudo dpkg -i libglew1.13_1.13.0-2_i386.deb
Expand Down

0 comments on commit 20449fb

Please sign in to comment.