Actually enable annotations via ENV

This commit is contained in:
VintagePC 2023-09-21 18:46:43 -04:00
parent f7fbdadae7
commit 605cc5d83a
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ on:
push: push:
branches: [ MK3, MK3_* ] branches: [ MK3, MK3_* ]
env:
GH_ANNOTATIONS: 1
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest