Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloMK7 authored Apr 11, 2023
1 parent c213389 commit 5ab340c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
runs-on: ubuntu-latest
container: pablomk7/luma3dsbuildtools
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: debug
run: git describe --tags
- name: Build
run: make -j$(nproc --all)
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Luma3DS
path: boot.firm

0 comments on commit 5ab340c

Please sign in to comment.