Skip to content

Commit

Permalink
Set working dir for job
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreffs committed Oct 14, 2024
1 parent 486d7cf commit 74561c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
build:
if: ${{ github.event.label.name == 'benchmark' }}
runs-on: macos-latest
env:
working_directory: ./Benchmarks/
defaults:
run:
working-directory: ./Benchmarks
strategy:
matrix:
xcode: ["15.4"]
Expand Down

0 comments on commit 74561c9

Please sign in to comment.