Container: Remove Elixir Matchers to prevent useless warnings in github actions page

This commit is contained in:
Badlop 2023-01-27 15:34:42 +01:00
parent d15cf994a2
commit fbfcebf417
1 changed files with 8 additions and 0 deletions

View File

@ -55,6 +55,14 @@ jobs:
elixir-version: ${{ env.ELIXIR_VSN }}
version-type: strict
- name: Remove Elixir Matchers
run: |
echo "::remove-matcher owner=elixir-mixCompileWarning::"
echo "::remove-matcher owner=elixir-credoOutputDefault::"
echo "::remove-matcher owner=elixir-mixCompileError::"
echo "::remove-matcher owner=elixir-mixTestFailure::"
echo "::remove-matcher owner=elixir-dialyzerOutputDefault::"
- name: Build musl-libc based binary archives
run: |
sed -i "s|targets='.*'|targets='x86_64-linux-musl aarch64-linux-musl'|" tools/make-binaries