Skip to content

Missing package product 'MicrophonePitchDetector' on build #12

Missing package product 'MicrophonePitchDetector' on build

Missing package product 'MicrophonePitchDetector' on build #12

Workflow file for this run

name: commands
on:
issue_comment:
types: [created]
jobs:
retest:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Re-Test Action
uses: ./.github/actions/retest-action
with:
token: ${{ secrets.GITHUB_TOKEN }}