Skip to content

Commit

Permalink
Fixing github action failure
Browse files Browse the repository at this point in the history
  • Loading branch information
khansamad47 committed Dec 31, 2023
1 parent 37300cc commit f353504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
mkdir build && cd build
cmake -DDOWNLOAD_ROC=OFF .. && make -j
test -e ./bin/rt-tests
test -e ../bin/rt-tests
ubuntu-download-roc:
runs-on: ubuntu-latest
Expand All @@ -57,4 +57,4 @@ jobs:
run: |
mkdir build && cd build
cmake .. && make -j
test -e ./bin/rt-tests
test -e ../bin/rt-tests

0 comments on commit f353504

Please sign in to comment.