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:
toast2903 2023-06-19 15:16:37 -04:00 committed by lat9nq
parent b2ab6aca9d
commit 20bc0acb16

View File

@ -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: |