diff --git a/.github/workflows/cd_research_on_windows.yml b/.github/workflows/cd_research_on_windows.yml index 7a639cabb..17d678d30 100644 --- a/.github/workflows/cd_research_on_windows.yml +++ b/.github/workflows/cd_research_on_windows.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: v2.9.3 + xmake-version: v2.9.6 - name: update repo run: | xrepo update-repo diff --git a/.github/workflows/ci-xmake-windows.yml b/.github/workflows/ci-xmake-windows.yml index f40eeda57..6f9392d9b 100644 --- a/.github/workflows/ci-xmake-windows.yml +++ b/.github/workflows/ci-xmake-windows.yml @@ -43,14 +43,12 @@ jobs: steps: - uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: v2.9.3 + xmake-version: v2.9.6 - name: update repo run: | xrepo update-repo - - name: Install pandoc run: choco install pandoc -y - - uses: actions/checkout@v3 with: fetch-depth: 1