diff --git a/.gitea/workflows/linux.yml b/.gitea/workflows/linux.yml index 84f3335..7eab010 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=package.install_locally -p linux -y + run: xmake f -p linux -y - name: Build run: xmake