Skip to content

Commit

Permalink
ci: up
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Oct 27, 2024
1 parent ce5e3cb commit dd40be4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ jobs:
run: ls 3rdparty/

- name: Configure project
env:
FLUTTER_ENGINE_FOLDER: ${{ github.workspace }}/3rdparty/engine/
run: cmake -S . -B ./build-dev --preset dev

# - name: Build Project ${{ matrix.preset.build_preset_arg }}
# run: cmake --build ./build-debug
- name: Build Project ${{ matrix.preset.build_preset_arg }}
env:
FLUTTER_ENGINE_FOLDER: ${{ github.workspace }}/3rdparty/engine/
run: cmake --build ./build-dev

0 comments on commit dd40be4

Please sign in to comment.