Skip to content

x64-debug has link error, x64-Release build success #144

x64-debug has link error, x64-Release build success

x64-debug has link error, x64-Release build success #144

Workflow file for this run

name: Greetings
on: [issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for using the library and creating an issue report!'
pr-message: 'Thanks for contributing!'