Skip to content

Commit 2d9dc85

Browse files
authored
Merge pull request #216 from Sichao25/yus/downgrade_adios2
Downgrade ADIOS2 to `v2.10.2` in ci
2 parents cb10fb7 + e54670f commit 2d9dc85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
with:
137137
repo-name: 'ADIOS2-openmpi'
138138
repo-path: 'ornladios/ADIOS2'
139-
repo-ref: ''
139+
repo-ref: 'v2.10.2'
140140
cache: true
141141
options: '-DADIOS2_USE_CUDA=OFF'
142142

.github/workflows/cmake-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
with:
137137
repo-name: 'ADIOS2'
138138
repo-path: 'ornladios/ADIOS2'
139-
repo-ref: ''
139+
repo-ref: 'v2.10.2'
140140
cache: true
141141
options: '-DADIOS2_USE_CUDA=OFF'
142142

0 commit comments

Comments
 (0)