Delete .github/workflows/builder.yml
This commit is contained in:
19
.github/workflows/builder.yml
vendored
19
.github/workflows/builder.yml
vendored
@@ -1,19 +0,0 @@
|
|||||||
name: PCR builder
|
|
||||||
|
|
||||||
on: [push, pull_request]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
container: devkitpro/devkita64_devkitarm
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
|
|
||||||
- name: Build PCR
|
|
||||||
run: make -j$(nproc)
|
|
||||||
|
|
||||||
- uses: actions/upload-artifact@master
|
|
||||||
with:
|
|
||||||
name: CommonProblemResolver
|
|
||||||
path: output/CommonProblemResolver.bin
|
|
||||||
Reference in New Issue
Block a user