Skip to content

Commit

Permalink
Adjusted build to allow docs without embedded build
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Aug 7, 2024
1 parent b6d7f85 commit 58e9d55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chromadeck_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,12 @@ jobs:
export VORTEX_VERSION_MINOR=${{ needs.setup.outputs.vortex_version_minor }}
export VORTEX_BUILD_NUMBER=${{ needs.setup.outputs.vortex_build_number }}
export VORTEX_VERSION_NUMBER=${{ needs.setup.outputs.vortex_version_number }}
# TODO: uncomment this once embedded build isn't broken
#make -j wasm
make -j wasm
working-directory: VortexEngine/VortexLib

docs:
needs: [setup, test, embedded, wasm]
#todo: fix the depends to be setup, test, embedded, wasm
needs: [setup, test, wasm]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/chromadeck'
steps:
Expand Down

0 comments on commit 58e9d55

Please sign in to comment.