diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 6a0e283..c0d6c46 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -18,7 +18,7 @@ jobs: actions-cache-key: 'ubuntu-xmake' - name: Packages hash - run : xmake show -l packages | grep require > packages.hash + run : "xmake show -l packages | grep require > packages.hash" - name: Calc deps hash uses: seepine/hash-files@v1