You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, some form of caching is implemented, however, it does not work at the moment. The caching step throws an error:
Warning: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.
Warning: Cache save failed.
even though $HOME/precice exists.
In #1 a few tries also lead showed that it did not work as expected:
When hard coding /home/runner/precice/ the cache worked as expected, however, the cache failed to be downloaded again, even though the key was unique (Linux-precice-5e07bad3ac6fda7e761aacf80461942b2f83ceca)
What also should be changed about the caching is the key, which should include the build directory to restore to the correct location.
The text was updated successfully, but these errors were encountered:
Currently, some form of caching is implemented, however, it does not work at the moment. The caching step throws an error:
even though
$HOME/precice
exists.In #1 a few tries also lead showed that it did not work as expected:
When hard coding
/home/runner/precice/
the cache worked as expected, however, the cache failed to be downloaded again, even though the key was unique (Linux-precice-5e07bad3ac6fda7e761aacf80461942b2f83ceca
)What also should be changed about the caching is the key, which should include the build directory to restore to the correct location.
The text was updated successfully, but these errors were encountered: