Skip to content

Commit

Permalink
docs: update utilities to use autofunction (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutterley committed May 18, 2022
1 parent 965256b commit 21f434b
Show file tree
Hide file tree
Showing 36 changed files with 62 additions and 396 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ WORKDIR /tmp
ENV JOBS 2

ENV CFLAGS="-fPIC"
ENV ZLIB_VERSION=1.2.11
ENV ZLIB_VERSION=1.2.12
RUN wget -q http://zlib.net/zlib-${ZLIB_VERSION}.tar.gz && \
tar -xzf zlib-${ZLIB_VERSION}.tar.gz && \
cd zlib-${ZLIB_VERSION} && \
Expand Down
Loading

0 comments on commit 21f434b

Please sign in to comment.