diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/create_release.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 317c8e322..6827030c1 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -15,6 +15,8 @@ jobs: VCPKG_VERSION: 2022.03.10 steps: + - run: echo ${env:PATH} + - uses: actions/checkout@v2 - name: Setup xmake |