Skip to content

Commit

Permalink
[INFRA,FIX] latest library sed
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Mar 2, 2025
1 parent 7e0d88d commit ea6506e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cron_latest_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
FILE="cmake/package-lock.cmake"
sed -i -E 's@(set \(SEQAN3_\S+_VERSION )[^\)]+\)@\1main)@g' $FILE
sed -i -E 's@VERSION( \$\{SEQAN3_\S+_VERSION\})@GIT_TAG\1@g' $FILE
sed -i -E '/GIT_TAG seqan-v/d' $FILE
sed -i -E 's@SEQAN3_CEREAL_VERSION main@SEQAN3_CEREAL_VERSION master@g' $FILE
cat $FILE
Expand Down

0 comments on commit ea6506e

Please sign in to comment.