CLion编译完成后在远程主机端运行bin目录下可执行文件报错:段错误 (核心已转储)。 附部分gdb调试信息,求解答 #157
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Greetings | |
on: [pull_request_target, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: "Message that will be displayed on users' first issue" | |
pr-message: "Message that will be displayed on users' first pull request" |