Skip to content

Commit b44e021

Browse files
committed
fix mercury version to match the docs
1 parent 19c675b commit b44e021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependencies-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cd ..
1818
# Mercury
1919
git clone --recursive https://github.com/mercury-hpc/mercury.git
2020
cd mercury
21-
git checkout v2.1.0
21+
git checkout v2.2.0
2222
mkdir build && cd build
2323
cmake ../ -DCMAKE_C_COMPILER=gcc -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON -DNA_USE_OFI=ON -DNA_USE_SM=OFF -DMERCURY_USE_CHECKSUMS=OFF
2424
make -j2 && sudo make install

0 commit comments

Comments
 (0)