Skip to content

Commit

Permalink
ci: adapt location of smurff binary to new install location
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 24, 2024
1 parent 3e31d2a commit 6bc0a7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
run: |-
cmake --build build.${{ matrix.build.type }}
- name: Install
run: |-
sudo cmake --install build.${{ matrix.build.type }}
- name: Run tests
run: |-
./build.${{ matrix.build.type }}/bin/smurff --bist
smurff --bist

0 comments on commit 6bc0a7a

Please sign in to comment.