mirror of
https://github.com/starr-dusT/tzdb_to_nx
synced 2024-03-05 21:18:52 -08:00
Merge pull request #7 from lat9nq/actually-build-it
workflows: Build x80e target
This commit is contained in:
commit
8c272f21d1
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
# Build your program with the given configuration
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target x80e
|
||||
|
||||
- name: Package
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user