diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 843517f..9edf9a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,8 +29,6 @@ jobs: uses: xmake-io/github-action-setup-xmake@v1 with: xmake-version: "2.9.3" - - name: Update xmake repository - run: xmake repo --update - name: Run Tests run: .\scripts\test.ps1 - name: Compile & Package Mod diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f841dc..dd1ee42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,8 +35,6 @@ jobs: uses: xmake-io/github-action-setup-xmake@v1 with: xmake-version: "2.9.3" - - name: Update xmake repository - run: xmake repo --update - name: Compile & Package run: .\scripts\release.ps1 - name: Make Github release