diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index e1e5fc0..a600a72 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -23,8 +23,6 @@ jobs: ./build key: 'ubuntu' - - run: ls -la - - name: Prepare Xmake uses: xmake-io/github-action-setup-xmake@v1 with: @@ -32,6 +30,8 @@ jobs: actions-cache-folder: '.xmake-cache' actions-cache-key: 'ubuntu' + - run: ls -la + - name: XMake config run: xmake f -p linux -y --root