arfc / saltproc

Online reprocessing for molten salt reactors
Other
19 stars 16 forks source link

fix path in workflows for restoring openmc shared library #157

Closed yardasol closed 2 years ago

yardasol commented 2 years ago

Summary of changes

This PR fixes the broken Test SaltProc workflow caused by an incorrect path in the script that copies the OpenMC shared libraries to a cache-able directory. The incorrect path caused the following error in the CI:

+ cp -r /usr/local/lib/x86_64-linux-gnu/ openmc_src/lib/.
cp: cannot stat '/usr/local/lib/x86_64-linux-gnu/': No such file or directory
Error: Process completed with exit code 1.

Types of changes

Required for Merging

Associated Developers

Checklist for Reviewers

Reviewers should use this link to get to the Review Checklist before they begin their review.