We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf9ec3 commit 8953680Copy full SHA for 8953680
.github/workflows/dnmtools_release_linux.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
6
env:
7
- CONTAINER: andrewdavidsmith/transferase-build
+ CONTAINER: andrewdavidsmith/builder
8
9
jobs:
10
linux-releases:
@@ -29,7 +29,7 @@ jobs:
29
30
SCRIPT: |
31
export DEBIAN_FRONTEND=noninteractive && \
32
- apt-get update && apt-get install --no-install-recommends -y automake libgsl-dev && \
+ apt-get update && apt-get install --no-install-recommends -y libgsl-dev && \
33
find /usr -name libz.so -exec rm {} \; && \
34
find /usr -name libgsl\*.so -exec rm {} \; && \
35
git clone https://github.com/ebiggers/libdeflate.git && \
0 commit comments