diff --git a/.gitea/workflows/linux.yml b/.gitea/workflows/linux.yml index a6788cb..84f3335 100644 --- a/.gitea/workflows/linux.yml +++ b/.gitea/workflows/linux.yml @@ -17,7 +17,7 @@ jobs: key: ${{ runner.os }}-xmake_cache - name: XMake config - run: xmake f --policies=install_locally -p linux -y + run: xmake f --policies=package.install_locally -p linux -y - name: Build run: xmake