Skip to content

Commit 69b8f9f

Browse files
committed
Pin Darshan version for testing
1 parent 256b788 commit 69b8f9f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/drishti-darshan-3.4.0.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
explorer:
9+
drishti:
1010
runs-on: ubuntu-latest
1111
container: jlbez/dxt-explorer-ubuntu-20.04
1212
timeout-minutes: 60
@@ -22,7 +22,8 @@ jobs:
2222
sudo apt-get install cmake gcc git libtool python3 python3-pip libcurl4-openssl-dev software-properties-common -y
2323
2424
# Darshan
25-
git clone https://github.com/darshan-hpc/darshan.git
25+
git clone https://github.com/darshan-hpc/darshan.git darshan-3.4.0
26+
cd darshan-3.4.0
2627
git checkout darshan-3.4.0
2728
2829
- name: Build Darshan

0 commit comments

Comments
 (0)