Delete .github/workflows/build_test.yml
Some checks failed
Build XMRig / xmrig-linux-static-x64 (push) Has been cancelled

This commit is contained in:
2024-12-19 23:08:43 -05:00
parent 8a65ee9dc8
commit 7fe8b3b3aa

View File

@ -1,27 +0,0 @@
name: Build XMRig Test
on:
push:
branches:
- main
jobs:
xmrig-linux-static-x64-test:
runs-on: ubuntu-latest
container:
image: alpine:latest
steps:
- name: Patch Alpine container into actions runner environment
run: |
apk add nodejs
shell: sh # No bash in Alpine by default
- run: |
touch testfile
- name: Archive artifacts
uses: christopherhx/gitea-upload-artifact@v4
with:
name: xmrig-linux-static-x64
path: testfile