Skip to content

Commit

Permalink
Investigate broken linux runner
Browse files Browse the repository at this point in the history
  • Loading branch information
maj113 committed Apr 23, 2024
1 parent dce6e7b commit ce87671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ jobs:
- name: Run Executables
if: matrix.os == 'ubuntu-latest'
run: |
ls -a ${{ steps.strings.outputs.build-output-dir }}/verify/${{ matrix.build_type }}/
./${{ steps.strings.outputs.build-output-dir }}/verify/${{ matrix.build_type }}/verify_counter
./${{ steps.strings.outputs.build-output-dir }}/benchmark/${{ matrix.build_type }}/benchmark_counter

0 comments on commit ce87671

Please sign in to comment.