Skip to content

Commit b9965bd

Browse files
committed
fix yaml syntax
1 parent 7d1c017 commit b9965bd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build_unix_with_tfel.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20+
2021
- name: Install TFEL
2122
- uses: actions/checkout@v4
2223
- repository: https://github.com/thelfer/tfel
@@ -25,6 +26,7 @@ jobs:
2526
-DCMAKE_INSTALL_PREFIX=${{github.workspace}}/install-tfel
2627
cmake --build ${{github.workspace}}/build-tfel --target all -j $(nproc)
2728
cmake --build ${{github.workspace}}/build-tfel --target install
29+
2830
- name: Configure
2931
run: |
3032
source ${{github.workspace}}/install-tfel/share/tfel/env/env.sh
@@ -37,10 +39,12 @@ jobs:
3739
-Denable-julia-bindings=OFF \
3840
-DTFEL_DIR=${{github.workspace}}/install-tfel/share/tfel/cmake \
3941
-Denable-parallel-stl-algorithms=OFF
42+
4043
- name: Compile
4144
run: |
4245
source ${{github.workspace}}/install-tfel/share/tfel/env/env.sh
4346
cmake --build ${{github.workspace}}/build --target all -j $(nproc)
47+
4448
- name: Test
4549
run: |
4650
source ${{github.workspace}}/install-tfel/share/tfel/env/env.sh

0 commit comments

Comments
 (0)