Skip to content

Commit

Permalink
Uso bash to run script
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Fontana authored and Pedro Fontana committed Mar 22, 2024
1 parent 1facb6d commit b651af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hyper_threading_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
chmod +x examples/hyper_threading/hyper-threading-workflow.sh
echo "Benchmarking PR..."
sh examples/hyper_threading/hyper-threading-workflow.sh > results_pr.txt
bash examples/hyper_threading/hyper-threading-workflow.sh > results_pr.txt
- name: Compare Results
run: |
Expand Down

0 comments on commit b651af0

Please sign in to comment.