Skip to content

Error code: Wsl/WSL_E_USER_NOT_FOUND when running a C program that returns '67' through int main() #1350

Error code: Wsl/WSL_E_USER_NOT_FOUND when running a C program that returns '67' through int main()

Error code: Wsl/WSL_E_USER_NOT_FOUND when running a C program that returns '67' through int main() #1350

Workflow file for this run

name: Process edited issue
on:
workflow_dispatch:
issues:
types: [edited]
jobs:
wti:
name: Run wti
runs-on: windows-2022
permissions:
issues: write
steps:
- name: Checkout repo
uses: actions/checkout@v4
- uses: ./.github/actions/triage
with:
issue: "${{ github.event.issue.number }}"
previous_body: "${{ github.event.changes.body.from }}"
token: ${{ secrets.GITHUB_TOKEN }}