From 1d1d2f23ecde4896a638280fff279642fced806a Mon Sep 17 00:00:00 2001 From: VintagePC <53943260+vintagepc@users.noreply.github.com> Date: Sun, 17 Sep 2023 18:48:11 -0400 Subject: [PATCH] fix message-id --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af50b92..0d65204 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: # setup base required dependencies - name: Setup dependencies run: | - sudo apt-get install gcc g++ lcov cmake ninja-build python3-pyelftools python3-regex python3-polib + sudo apt-get install gcc-11 g++11 lcov cmake ninja-build python3-pyelftools python3-regex python3-polib # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: Checkout ${{ github.event.pull_request.head.ref }} @@ -126,3 +126,4 @@ jobs: uses: mshick/add-pr-comment@v2 with: message-path: build/Summary.txt + message-id: "coverage"