Skip to content

Commit 4f46408

Browse files
authored
Update linux.yml
1 parent 499f8ca commit 4f46408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ jobs:
9898
ctest
9999
100100
# Compile PDC
101-
mkdir $PDC_DIR
102101
cd $PDC_DIR
102+
git checkout develop
103103
cmake ../ -DBUILD_MPI_TESTING=ON -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX=$PDC_DIR -DPDC_ENABLE_MPI=ON -DMERCURY_DIR=$MERCURY_DIR -DCMAKE_C_COMPILER=mpicc
104104
make -j2 && sudo make install
105105

0 commit comments

Comments
 (0)