Skip to content

Commit

Permalink
Fix svn revision to prevent linking error in 10144
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterFendley committed Sep 24, 2022
1 parent 18be5eb commit 549df8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-moos-ivp/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
using: "composite"
steps:
- name: Clone latest MOOS-IvP trunk
run: svn co https://oceanai.mit.edu/svn/moos-ivp-aro/trunk/ moos-ivp
run: svn co -r 9767 https://oceanai.mit.edu/svn/moos-ivp-aro/trunk/ moos-ivp
shell: bash
- name: Store moos-ivp revision for cache key
if: inputs.caching == 'true'
Expand Down

0 comments on commit 549df8e

Please sign in to comment.