From ba250b46fff3f8894ea748d09d6ac714ccd7e5f9 Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Fri, 14 Mar 2025 16:25:44 -0400 Subject: [PATCH] confirm pkgm update works ref: https://github.com/pkgxdev/pkgm/pull/45#pullrequestreview-2686688608 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 131a601..fd6d08e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,9 @@ jobs: - run: ./pkgm.ts i hyperfine@1.18 - run: ./pkgm.ts outdated | grep hyperfine + - run: if pkgx semverator satisfies '>=1.19' "$(hyperfine --version | cut -f 2 -d ' ')"; then false; fi - run: ./pkgm.ts update + - run: pkgx semverator satisfies '>=1.19' "$(hyperfine --version | cut -f 2 -d ' ')" # TODO pending: https://github.com/pkgxdev/pantry/issues/8487 # - run: ./pkgm.ts i xpra.org # https://github.com/pkgxdev/pkgm/issues/13