diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml index cfd379f265..8af3e38541 100644 --- a/.github/workflows/release-windows.yml +++ b/.github/workflows/release-windows.yml @@ -40,8 +40,8 @@ jobs: DOCKER_IMAGE_TAG: "ghcr.io/geany/geany-mingw64-ci:latest" steps: - - name: Checkout Geany - uses: actions/checkout@v4 + # - name: Checkout Geany + # uses: actions/checkout@v4 - name: Checkout Build Scripts uses: actions/checkout@v4 @@ -54,6 +54,8 @@ jobs: - name: Show Environment if: ${{ env.DEBUG == '1' }} run: | + pwd + ls -la env | sort - name: Log in to the Container registry