Skip to content

Commit

Permalink
updates github action file
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeter committed Jun 5, 2024
1 parent 4d38bff commit 2652225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/run_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if [ "${ADIOS2}" == "true" ]; then
mkdir -p /opt; cd /opt
# download source
wget https://github.com/ornladios/ADIOS2/archive/refs/tags/v2.10.1.tar.gz
tar zxvf v2.10.1.tar.gz
tar zxf v2.10.1.tar.gz
cd ADIOS2-2.10.1/
# build source
mkdir -p build; cd build/
Expand Down

0 comments on commit 2652225

Please sign in to comment.