mirror of
https://github.com/lat9nq/tzdb_to_nx.git
synced 2025-05-14 16:58:35 +00:00
workflows: Build x80e target
x80e was removed from the `all` target and was no longer building. Workflows should be specifying what target to build, anyway.
This commit is contained in:
parent
b2ab6aca9d
commit
20bc0acb16
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue