Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Sep 28, 2024
1 parent fcf7a3a commit 2cd73fe
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,9 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
config: [boilerplate, boilerplate_caliper]
config: [boilerplate_caliper]

include:
- config: boilerplate
PERFFLOWASPECT_WITH_CUDA: OFF
PERFFLOWASPECT_WITH_MPI: OFF
PERFFLOWASPECT_WITH_MULTITHREADS: OFF
CMAKE_BUILD_TYPE: Debug
PERFFLOWASPECT_WITH_CALIPER: OFF

- config: boilerplate_caliper
PERFFLOWASPECT_WITH_CUDA: OFF
PERFFLOWASPECT_WITH_MPI: OFF
Expand Down Expand Up @@ -53,7 +46,6 @@ jobs:
- name: Compile check
run: |
# export PATH=/usr/local/cuda-12.1/bin:$PATH
cd src/c
mkdir build install
cd build
Expand Down

0 comments on commit 2cd73fe

Please sign in to comment.