Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
feat: add libtool for CI (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alezco authored Oct 5, 2020
1 parent 16134ac commit d4e81ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Build:
paths:
- .cache
before_script:
- apk add autoconf automake
- apk add autoconf automake libtool
script:
- yarn config set cache-folder $CI_PROJECT_DIR/.cache/yarn
- yarn --frozen-lockfile --prefer-offline
Expand Down

0 comments on commit d4e81ed

Please sign in to comment.