Skip to content

Commit

Permalink
forgot to install zip
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored and rem1776 committed Jul 13, 2023
1 parent 6302dc3 commit 00b7ed8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ COPY --from=builder /opt/deps/ /opt/deps/
# need to be on the dev boxes if building
COPY ./fms_test_input /home/fms_test_input

RUN dnf install -y autoconf make automake m4 libtool pkg-config
RUN dnf install -y autoconf make automake m4 libtool pkg-config zip

ENV FC="mpifort"
ENV CC="mpicc"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/github_autotools_gnu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: print env
run: env
- name: Prepare GNU autoconf for build
run: autoreconf -if
- name: Configure the build
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 00b7ed8

Please sign in to comment.