Skip to content

Commit

Permalink
how about now
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 18, 2024
1 parent f035be2 commit ff70062
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-simulators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,14 @@ jobs:
with:
cache-version: ${{ secrets.CACHE_VERSION }}

- name: Configure
- if: ${{ runner.os == 'Linux' }}
name: Configure
run: cmake --preset=host-gcc10 .

- name: Configure
run: cmake --preset=host .
if: ${{ runner.os != 'Linux' }}

- name: setup state manager
run: cmake --build ./build-host --target state-manager-setup

Expand Down

0 comments on commit ff70062

Please sign in to comment.