Skip to content

Commit

Permalink
updated actions: licloud build, libmpdata install
Browse files Browse the repository at this point in the history
  • Loading branch information
pdziekan committed Feb 7, 2024
1 parent 8eb201b commit 34d1d5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_libclouphxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2

- name: build libcloudph++
uses: igfuw/libcloudphxx_build@v0.2-beta
uses: igfuw/libcloudphxx_build@v0.3
with:
disable_cuda: ${{matrix.disable_cuda}}
build_type: ${{matrix.build_type}}
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v2

- name: build libcloudph++
uses: igfuw/libcloudphxx_build@v0.2-beta
uses: igfuw/libcloudphxx_build@v0.3
with:
disable_cuda: ${{matrix.disable_cuda}}
build_type: ${{matrix.build_type}}
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
path: libmpdataxx

- name: Install libmpdata++
uses: igfuw/libmpdataxx_install@v0.4
uses: igfuw/libmpdataxx_install@v0.5
with:
build_type: ${{matrix.build_type}}
threads: 4
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
- run: grep diag_accr include/libcloudph++/lgrngn/particles.hpp

- name: build libcloudph++
uses: igfuw/libcloudphxx_build@v0.2-beta
uses: igfuw/libcloudphxx_build@v0.3
with:
disable_cuda: ${{matrix.disable_cuda}}
build_type: ${{matrix.build_type}}
Expand Down

0 comments on commit 34d1d5e

Please sign in to comment.