Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca3f2be

Browse files
authored
Merge pull request #1845 from stonebig/master
retry
2 parents 21b3b50 + b113ded commit ca3f2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_workflows_build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
Get-ChildItem -Path dotpython -Force | Move-Item -Destination $env:build_location -Force
243243
244244
- name: Download and integrate pandoc binary
245-
if: env.ARTIFACT_NAME != '' && ${{ matrix.flavor_config.PANDOC == '1' }}
245+
if: env.ARTIFACT_NAME != '' && env.PANDOC == '1'
246246
shell: pwsh
247247
run: |
248248
# Define the URL for the Pandoc binary and the target path

0 commit comments

Comments
 (0)