Skip to content

Commit

Permalink
CI: Correct the expression syntax again, in another place
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeDeeG committed Feb 18, 2025
1 parent 26d1f90 commit eb3b496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
make
- name: Save Compiled Python to Cache - Linux
if: ${{ runner.os == 'Linux' }} && steps.compiled-python-restore.outputs.cache-hit != 'true'
if: ${{ runner.os == 'Linux' && steps.compiled-python-restore.outputs.cache-hit != 'true' }}
uses: actions/cache/save@v4
with:
key: ${{ runner.os }}-${{ matrix.image }}-Python-${{ env.PYTHON_VERSION }}.9
Expand Down

0 comments on commit eb3b496

Please sign in to comment.