diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 8493674..cc78887 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -21,7 +21,7 @@ jobs: - name: Packages hash run : | - xmake show -l packages | grep requires > ~/packages.hash + xmake show -l packages | grep require > ~/packages.hash cat ~/packages.hash - name: Calc deps hash