Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
stergiotis committed May 28, 2024
1 parent 3798a5e commit ef775b4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,9 @@ jobs:
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
- name: Generate fffi dispatching code
run: ./common/generate.sh
- name: Build Skia Backend
run: ./skia/build_ab_initio.sh
- name: Build ImGui Glfw Executable
run: ./imgui_glfw/build.sh
- name: Build Wasm
run: ./imgui_wasm/build.sh
- name: Build Skia
run: ./skia/build_skia.sh
- name: Build Skia Backend
run: ./skia/build.sh

0 comments on commit ef775b4

Please sign in to comment.