Skip to content

Commit

Permalink
correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 12, 2024
1 parent bd7842c commit b023040
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,16 @@ jobs:
environment-file: scripts/${{ matrix.platform }}-environment.yml
environment-name: "fgt-build"
cache-downloads: true
- name: Build Directory
- name: Create Build Directory
shell: bash -l {0}
run: |
mkdir build
- name: CMake
shell: bash -l {0}
working-directory: ./build
env:
WITH_OPENMP: ${{ matrix.openmp }}
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 b023040

Please sign in to comment.