Skip to content

Commit

Permalink
CI: Add applications required for Dialyzer in Erlang 27
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Aug 8, 2024
1 parent 0683642 commit 16b1740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
image: erlang:${{ matrix.otp }}
steps:
- uses: actions/checkout@v4
- run: sed -i 's|p1_utils|p1_utils, syntax_tools, compiler, dialyzer|g' src/fast_xml.app.src
- run: ./configure
- run: make
- run: rebar3 compile
Expand Down

0 comments on commit 16b1740

Please sign in to comment.