diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 77447dc..212e127 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -16,10 +16,11 @@ jobs: xmake-version: latest actions-cache-folder: '.xmake-cache' actions-cache-key: 'ubuntu-xmake' - run: export XMAKE_ROOT=y - name: Packages hash - run : 'xmake show -l packages' + run : | + export XMAKE_ROOT=y + xmake show -l packages - name: Calc deps hash uses: seepine/hash-files@v1