diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index c73f247..7076427 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -1,14 +1,12 @@ -name: Linux arm -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +name: Linux arm64 +run-name: Build And Test + on: [push] jobs: Build: runs-on: ubuntu-latest steps: - - name: Ignore cert signature - run: git config --global http.sslverify false - - name: Install deps run : | apt update @@ -22,6 +20,7 @@ jobs: with: xmake-version: branch@master actions-cache-folder: '.xmake-cache' + actions-cache-key: 'ubuntu' - name: XMake config run: xmake f -p linux -y --root