{"id":19120991,"url":"https://github.com/mguludag/github-actions-run-compiler-explorer","last_synced_at":"2026-04-28T10:36:09.007Z","repository":{"id":240295963,"uuid":"802242380","full_name":"mguludag/github-actions-run-compiler-explorer","owner":"mguludag","description":"run compiler explorer into github actions runner","archived":false,"fork":false,"pushed_at":"2024-05-21T12:17:12.000Z","size":99,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-01T00:04:42.301Z","etag":null,"topics":["compiler-explorer","cpp","msvc2022"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mguludag.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-17T20:04:11.000Z","updated_at":"2024-05-21T12:17:15.000Z","dependencies_parsed_at":"2025-07-01T00:04:43.779Z","dependency_job_id":"da473305-9479-498c-962a-83d5abdbc82e","html_url":"https://github.com/mguludag/github-actions-run-compiler-explorer","commit_stats":null,"previous_names":["mguludag/github-actions-compiler-explorer","mguludag/github-actions-run-compiler-explorer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mguludag/github-actions-run-compiler-explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mguludag%2Fgithub-actions-run-compiler-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mguludag%2Fgithub-actions-run-compiler-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mguludag%2Fgithub-actions-run-compiler-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mguludag%2Fgithub-actions-run-compiler-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mguludag","download_url":"https://codeload.github.com/mguludag/github-actions-run-compiler-explorer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mguludag%2Fgithub-actions-run-compiler-explorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32377587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T09:24:15.638Z","status":"ssl_error","status_checked_at":"2026-04-28T09:24:15.071Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compiler-explorer","cpp","msvc2022"],"created_at":"2024-11-09T05:15:42.221Z","updated_at":"2026-04-28T10:36:08.986Z","avatar_url":"https://github.com/mguludag.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Windows-run-compiler-explorer\n\nRun compiler-explorer instance into github actions worker (windows vc2022)\n\n### SECRET KEYS\n\nYou need set secrets on settings → (NGROK)\n\n* `NGROK_AUTH_TOKEN`  Needed only for NGROK mode\n* `TG_CHAT_ID` (optional) Telegram user id for get login url\n* `TG_TOKEN` (optional) Telegram bot token for get message from bot\n\n\n## Usage\n\nThese steps should be useful for debugging broken builds directly on the build worker. Use this project as reference and toss the steps into your project after some failing part of the build for introspection.\n\n### Option 1 (NGROK)\n\n1) Get the tunnel auth token at: https://dashboard.ngrok.com/auth .\n2) Under the repository's settings, make a secret called `NGROK_AUTH_TOKEN`\n3) If you want to send link via telegram bot make the secrets `TG_TOKEN` and `TG_CHAT_ID`\n4) Trigger a `ngrok-windows-compiler-explorer` in actions page.\n5) Wait until the last step which will hang forever as it connects to ngrok and sets up the reverse tunnel.\n6) Wait for the message (`Open compiler-explorer from this address: http://...`) from last step in job page or from telegram bot to get url\n7) Open URL and wait for ~10mins to compiler-explorer instance build and run then refresh the page to see page\n9) Enjoy! ☕\n10) When you're done introspecting, cancel the job.\n\n### Option 2 (localtunnel) \n\n1) If you want to send link via telegram bot make the secrets `TG_TOKEN` and `TG_CHAT_ID`\n2) Trigger a `compiler-explorer-win-msvc-lt` in actions page.\n3) Wait for the message (`your url is: https://...`) from last step in job page (~10 min)\n4) Open URL and Enjoy! ☕\n5) When you're done introspecting, cancel the job.\n\n### Option 3 (cloudflared) \n\n1) If you want to send link via telegram bot make the secrets `TG_TOKEN` and `TG_CHAT_ID`\n2) Trigger a `compiler-explorer-win-msvc-cf` in actions page.\n3) Wait for the message (`Your quick Tunnel has been created! Visit it at (it may take some time to be reachable):`) from last step in job page (~10 min)\n4) Open URL below this line and Enjoy! ☕\n5) When you're done introspecting, cancel the job.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmguludag%2Fgithub-actions-run-compiler-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmguludag%2Fgithub-actions-run-compiler-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmguludag%2Fgithub-actions-run-compiler-explorer/lists"}