diff options
| author | Dan Engelbrecht <[email protected]> | 2022-05-26 00:20:16 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-05-26 00:20:16 +0200 |
| commit | cef8283085dcd7d57d5ebbd4464c7856c4e1530a (patch) | |
| tree | e32446bbed48e55c7d5c14beb9d4aa3c4ab8a1d2 | |
| parent | re-enable windows bundle on create release (diff) | |
| download | zen-1.0.1.9-pre0.tar.xz zen-1.0.1.9-pre0.zip | |
clear xmake cachev1.0.1.9-pre0
| -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 |