From 011254d6aef172c19bbd77310db0cabd6ab2a0e4 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Sun, 11 Aug 2024 18:17:06 +0200 Subject: [PATCH] mieux --- .gitea/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/linux.yml b/.gitea/workflows/linux.yml index 7eab010..a6788cb 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 -p linux -y + run: xmake f --policies=install_locally -p linux -y - name: Build run: xmake