mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
upgrade to GNU coreutils 9.7 as ref
This commit is contained in:
parent
291473e3a4
commit
4724f04547
2 changed files with 2 additions and 2 deletions
2
.github/workflows/GnuTests.yml
vendored
2
.github/workflows/GnuTests.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
outputs path_GNU path_GNU_tests path_reference path_UUTILS
|
outputs path_GNU path_GNU_tests path_reference path_UUTILS
|
||||||
#
|
#
|
||||||
repo_default_branch="$DEFAULT_BRANCH"
|
repo_default_branch="$DEFAULT_BRANCH"
|
||||||
repo_GNU_ref="v9.6"
|
repo_GNU_ref="v9.7"
|
||||||
repo_reference_branch="$DEFAULT_BRANCH"
|
repo_reference_branch="$DEFAULT_BRANCH"
|
||||||
outputs repo_default_branch repo_GNU_ref repo_reference_branch
|
outputs repo_default_branch repo_GNU_ref repo_reference_branch
|
||||||
#
|
#
|
||||||
|
|
|
@ -60,7 +60,7 @@ fi
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
||||||
release_tag_GNU="v9.6"
|
release_tag_GNU="v9.7"
|
||||||
|
|
||||||
if test ! -d "${path_GNU}"; then
|
if test ! -d "${path_GNU}"; then
|
||||||
echo "Could not find GNU coreutils (expected at '${path_GNU}')"
|
echo "Could not find GNU coreutils (expected at '${path_GNU}')"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue