diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index d19045f..c2aed56 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -12,10 +12,6 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - - uses: actions/setup-go@v3 - with: - go-version: '1.20' - - name: Prepare Xmake uses: xmake-io/github-action-setup-xmake@v1 with: @@ -34,7 +30,7 @@ jobs: - name: Calc deps hash uses: https://gitea.com/seepine/hash-files@v1 id: get-hash - with: + with: patterns: | packages.hash ./packages.hash