From a6a71cb487e521bd89abbda223333c375a7af2ff Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sat, 24 Feb 2024 17:56:29 +0100 Subject: [PATCH] no --- .gitea/workflows/linux.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index cdc958f..8a6dbb0 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -7,6 +7,8 @@ jobs: Build: runs-on: ubuntu-test steps: + - run: ls -la + - name: Check out repository code uses: actions/checkout@v3 @@ -15,14 +17,13 @@ jobs: apt update apt install libgl1-mesa-dev -y - - run: ls -la - - name: Cache uses: actions/cache@v4 with: path: | ~/.xmake ./build + ./.xmake key: 'ubuntu' - name: Prepare Xmake