Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 18, 2024
1 parent 7a144bc commit 4278960
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-simulators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,12 @@ jobs:

- name: Configure
run: cmake --preset=host-gcc10 .
shell: bash
working-directory: ${{ env.DEFAULT_DIRECTORY }}

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

- name: Build Simulator
run: cmake --build ./build-host
shell: bash
working-directory: ${{ env.DEFAULT_DIRECTORY }}
run: cmake --build ./build-host --target simulators-gcc10

# - name: Upload artifacts
# uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4278960

Please sign in to comment.