From 8d728d8f5532d646bde3ee353861783efab2d054 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Sun, 11 Aug 2024 18:22:26 +0200 Subject: [PATCH] retest --- .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 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