From 605cc5d83a8d714bc3f11bc14090c3ca756ef8f4 Mon Sep 17 00:00:00 2001 From: VintagePC <53943260+vintagepc@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:46:43 -0400 Subject: [PATCH] Actually enable annotations via ENV --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ffb1b759..0f793558d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,9 @@ on: push: branches: [ MK3, MK3_* ] +env: + GH_ANNOTATIONS: 1 + jobs: build: runs-on: ubuntu-latest