Skip to content

Commit

Permalink
Update Liblouis version both Dockerfile.win32, Dockerfile.win64, and …
Browse files Browse the repository at this point in the history
…Github CI to the 3.26.0 stable version

Signed-off-by: Attila Hammer <hammera@pickup.hu>
  • Loading branch information
hammera committed Jun 5, 2023
1 parent 6449412 commit e53cd88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

env:
LIBLOUIS_VERSION: 3.25.0
LIBLOUIS_VERSION: 3.26.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.win32
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update && dpkg --add-architecture i386 && apt-get update && apt-get
&& rm -rf /var/lib/apt/lists/*

ARG LIBYAML_VERSION=0.1.4
ARG LIBLOUIS_VERSION=3.25.0
ARG LIBLOUIS_VERSION=3.26.0
ARG LIBXML2_VERSION=2.9.9
ENV HOST=i686-w64-mingw32 \
PREFIX=/usr/build/win32 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.win64
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

ARG LIBYAML_VERSION=0.1.4
ARG LIBLOUIS_VERSION=3.25.0
ARG LIBLOUIS_VERSION=3.26.0
ARG LIBXML2_VERSION=2.9.9
ENV HOST=x86_64-w64-mingw32 \
PREFIX=/usr/build/win64 \
Expand Down

0 comments on commit e53cd88

Please sign in to comment.