Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaleblian authored Jun 15, 2024
1 parent de5425d commit 9f08e33
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: C/C++ CI
name: devkitARM build

on:
push:
Expand All @@ -7,17 +7,13 @@ on:
branches: [ main ]

jobs:
build:

build-dslibris-nds:
runs-on: ubuntu-latest
container: devkitpro/devkitarm
steps:
- uses: actions/checkout@v2
- name: make
run: make
- name: assess
run: |
ls
# - name: make check
# run: make check
# - name: make distcheck
Expand Down

0 comments on commit 9f08e33

Please sign in to comment.