Skip to content

Commit

Permalink
[force one][force nopythoncache]Update CI_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArkadiuszMichalski authored Apr 24, 2024
1 parent a42d18a commit 1a48053
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,15 @@ jobs:
with:
name: Notepad++.MSVC.${{ matrix.build_platform}}.${{ matrix.build_configuration}}
path: PowerEditor\visual.net\${{ matrix.build_configuration}}\Notepad++.exe

- name: Test for Win32 / Debug only
if: matrix.build_platform == 'Win32' && matrix.build_configuration == 'Debug'
working-directory: .\
run: |
echo "${{ needs.before_build.outputs.title }}"
echo "${{ !contains(needs.before_build.outputs.title, '[force nopythoncache]') }}"
echo "$${{ !contains(needs.before_build.outputs.title, '[force nopythoncache]') }}"
echo "${{ needs.before_build.outputs.python }} "
- name: (cache) Restore Python modules for Win32 / Debug
if: matrix.build_platform == 'Win32' && matrix.build_configuration == 'Debug' && env.PYTHON_ALLOW_CACHE == 'true' && contains(needs.before_build.outputs.title, '[force nopythoncache]') != 'true'
Expand Down

0 comments on commit 1a48053

Please sign in to comment.