From cef8283085dcd7d57d5ebbd4464c7856c4e1530a Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Thu, 26 May 2022 00:20:16 +0200 Subject: clear xmake cache --- .github/workflows/create_release.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github/workflows') 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 -- cgit v1.2.3