diff options
| author | Dan Engelbrecht <[email protected]> | 2022-05-26 00:20:16 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-06-02 00:35:51 +0200 |
| commit | dfd6e4c5461866a6e8edd5ebdc2a9a1ab21cf4de (patch) | |
| tree | 025b0c43765712412e12d24ab244b0f28b3a7790 | |
| parent | re-enable windows bundle on create release (diff) | |
| download | zen-dfd6e4c5461866a6e8edd5ebdc2a9a1ab21cf4de.tar.xz zen-dfd6e4c5461866a6e8edd5ebdc2a9a1ab21cf4de.zip | |
clear xmake cache
| -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 |