mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 05:01:46 +00:00
Merge branch 'master' into tsv3
This commit is contained in:
commit
b3d3dd31dc
1 changed files with 2 additions and 1 deletions
3
.github/workflows/builder.yml
vendored
3
.github/workflows/builder.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue