Skip to content

Commit

Permalink
Improve CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
pzehner committed Dec 5, 2024
1 parent e37365b commit b9e1133
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
tool-cache: true
large-packages: false

- name: Checkout built branch
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
Expand Down Expand Up @@ -141,7 +141,6 @@ jobs:
-DCMAKE_CXX_STANDARD=${{ matrix.backend.cmake_flags.cxx_standard }} \
-DKokkosFFT_ENABLE_EXAMPLES=ON \
-DKokkosFFT_ENABLE_TESTS=ON \
${{ matrix.backend.cmake_flags.kokkos }} \
${{ matrix.backend.cmake_flags.kokkos_fft }}
- name: Build
Expand Down

0 comments on commit b9e1133

Please sign in to comment.