# HG changeset patch # User Matt Johnston # Date 1648111842 -28800 # Node ID 46f68ace1c3c646bd4b55def09349272ddfa4dc8 # Parent 77e5c8f778d3c09dbf3ae97a785d71638442cb5c Fix act matrix workaround which broke real actions diff -r 77e5c8f778d3 -r 46f68ace1c3c .github/workflows/build.yml --- a/.github/workflows/build.yml Thu Mar 24 16:47:20 2022 +0800 +++ b/.github/workflows/build.yml Thu Mar 24 16:50:42 2022 +0800 @@ -1,4 +1,5 @@ # Can be used locally with https://github.com/nektos/act +# Note the XXX line below. name: BuildTest on: @@ -11,8 +12,8 @@ runs-on: ${{ matrix.os || 'ubuntu-20.04' }} strategy: matrix: - # XXX keeps act happy, https://github.com/nektos/act/issues/996 - name: [] + # XXX uncomment the line below to work with act, see https://github.com/nektos/act/issues/996 + # name: [] # Rather than a boolean False we use eg # runcheck: 'no'