diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb61b06..bb9f14d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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