Merge pull request #7 from lat9nq/actually-build-it

workflows: Build x80e target
This commit is contained in:
toast2903 2023-06-19 15:21:18 -04:00 committed by GitHub
commit 8c272f21d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ jobs:
- name: Build - name: Build
# Build your program with the given configuration # 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 - name: Package
run: | run: |