Update .github/workflows/build.yml
Some checks failed
Build XMRig / xmrig-linux-static-x64 (push) Failing after 7s

This commit is contained in:
Liam Chan 2024-12-17 02:58:28 -05:00
parent c5fee57ccc
commit ef5b42aaf3

View File

@ -12,7 +12,7 @@ jobs:
- name: Checkout XMRig code - name: Checkout XMRig code
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: xmrig/xmrig repository: https://github.com/xmrig/xmrig@master
- name: Install dependencies - name: Install dependencies
run: | run: |