Skip to content

Commit

Permalink
working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 12, 2024
1 parent b023040 commit 9310e47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
shell: bash -l {0}
env:
WITH_OPENMP: ${{ matrix.openmp }}
working-directory: ./build
run: |
source ../scripts/cmake/${{ matrix.platform }}-cmake.sh
source ./scripts/cmake/${{ matrix.platform }}-cmake.sh
- name: Build
shell: bash -l {0}
working-directory: ./build
Expand Down

0 comments on commit 9310e47

Please sign in to comment.