it's that time of the month again
This commit is contained in:
committed by
GitHub
parent
804ba3495c
commit
e448d6bafa
3
.github/workflows/builder.yml
vendored
3
.github/workflows/builder.yml
vendored
@@ -5,7 +5,7 @@ on: [push, pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: devkitpro/devkita64_devkitarm
|
container: devkitpro/devkita64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
@@ -14,6 +14,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt update -y
|
sudo apt update -y
|
||||||
sudo apt install build-essential -y
|
sudo apt install build-essential -y
|
||||||
|
alias py=python3
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
|
|||||||
Reference in New Issue
Block a user