diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 37e7b18..5c67606 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -7,6 +7,9 @@ jobs: Build: runs-on: ubuntu-test steps: + - name: Check out repository code + uses: actions/checkout@v3 + - name: Prepare Xmake uses: xmake-io/github-action-setup-xmake@v1 with: @@ -14,9 +17,6 @@ jobs: actions-cache-folder: '.xmake-cache' actions-cache-key: 'ubuntu-xmake' - - name: Check out repository code - uses: actions/checkout@v3 - - name: Install opengl run: | apt update