mirror of
https://github.com/rhaleblian/dslibris.git
synced 2025-06-18 08:45:40 -04:00
actions: Improve names
This commit is contained in:
parent
035be4a08f
commit
6a36cca0c7
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: devkitARM build
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -7,14 +7,10 @@ on:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
build-dslibris-nds:
|
||||
Build:
|
||||
runs-on: ubuntu-latest
|
||||
container: devkitpro/devkitarm
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: make
|
||||
run: make
|
||||
# - name: make check
|
||||
# run: make check
|
||||
# - name: make distcheck
|
||||
# run: make distcheck
|
||||
|
Loading…
Reference in New Issue
Block a user