From 3a79f8cd511554296ce72a85c979d88f0eabab3c Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 8 Aug 2024 13:01:11 +0200 Subject: [PATCH] Revert "CI: Add applications required for Dialyzer in Erlang 27" This reverts commit 16b1740e6162b36c07e80a88d660a71adac07826. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb9f14d..cb61b06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,6 @@ 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