本文提供了在 Linux、Windows 和 macOS 上安裝 GitHub Actions 運行器的全面說明。它涵蓋了下載、提取和配置運行器以在 GitHub 上運行工作流程作業所需的基本步驟。文章
如何在Linux、Windows 和macOS 上安裝GitHub Actions 運行器
<code>chmod +x actions-runner-linux-x64-2.290.0.tar.gz</code>
<code>tar -xzvf actions-runner-linux-x64-2.290.0.tar.gz</code>
<code>cd actions-runner-linux-x64-2.290.0</code>
<code>./config.sh --url https://github.com/<YOUR_ORG>/<YOUR_REPO> --token <YOUR_TOKEN></code>
<code>sudo ./svc.sh install sudo ./svc.sh start</code>
如何在Windows 上安裝GitHub Actions 執行程式?
要在 Windows 上安裝 GitHub Actions 運行程序,請按照以下步驟操作:<code>sc start GitHubActions</code>
如何在macOS上安裝GitHub Actions 運行器?
要在 macOS 上安裝 GitHub Actions 運行程序,請按照以下步驟操作:<code>launchctl start com.github.GithubActionsRunner</code>
以上是如何安裝 github actions runner的詳細內容。更多資訊請關注PHP中文網其他相關文章!