1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-18 21:13:24 +01:00

it's that time of the month again

This commit is contained in:
suchmememanyskill 2021-07-25 20:52:29 +02:00 committed by GitHub
parent 804ba3495c
commit e448d6bafa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container: devkitpro/devkita64_devkitarm
container: devkitpro/devkita64
steps:
- uses: actions/checkout@v1
@ -14,6 +14,7 @@ jobs:
run: |
sudo apt update -y
sudo apt install build-essential -y
alias py=python3
make -j$(nproc)
- uses: actions/upload-artifact@master