diff options
| -rw-r--r-- | .github/workflows/create_release.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 317c8e322..dda893025 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -22,6 +22,9 @@ jobs: with: xmake-version: 2.6.4 + - name: Clear xmake Cache + run: xmake f -c + - name: Installing vcpkg run: | git clone -b ${{env.VCPKG_VERSION}} --single-branch https://github.com/Microsoft/vcpkg.git .vcpkg @@ -69,6 +72,9 @@ jobs: with: xmake-version: 2.6.4 + - name: Clear xmake Cache + run: xmake f -c + - name: Installing vcpkg run: | git clone -b ${{env.VCPKG_VERSION}} --single-branch https://github.com/Microsoft/vcpkg.git .vcpkg |