Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -725,8 +725,7 @@ runs:
key: nuitka-${{ inputs.caching-key }}-${{ runner.os }}-${{ runner.arch }}-python-${{ env.PYTHON_VERSION }}-nuitka-${{ github.sha }}
restore-keys: |
nuitka-${{ inputs.caching-key }}-${{ runner.os }}-${{ runner.arch }}-python-${{ env.PYTHON_VERSION }}-
nuitka-${{ runner.os }}-${{ runner.arch }}-python-${{ env.PYTHON_VERSION }}-
nuitka-${{ runner.os }}-${{ runner.arch }}-
nuitka-${{ inputs.caching-key }}-${{ runner.os }}-${{ runner.arch }}-

- name: Build with Nuitka
shell: bash
Expand Down
5 changes: 2 additions & 3 deletions action.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ runs:
key: nuitka-${{ inputs.caching-key }}-${{ runner.os }}-${{ runner.arch }}-python-${{ env.PYTHON_VERSION }}-nuitka-${{ github.sha }}
restore-keys: |
nuitka-${{ inputs.caching-key }}-${{ runner.os }}-${{ runner.arch }}-python-${{ env.PYTHON_VERSION }}-
nuitka-${{ runner.os }}-${{ runner.arch }}-python-${{ env.PYTHON_VERSION }}-
nuitka-${{ runner.os }}-${{ runner.arch }}-
nuitka-${{ inputs.caching-key }}-${{ runner.os }}-${{ runner.arch }}-

- name: Build with Nuitka
shell: bash
Expand All @@ -172,4 +171,4 @@ runs:
export NUITKA_WORKFLOW_INPUTS
python -m nuitka --github-workflow-options
working-directory: ${{ inputs.working-directory }}
{% endraw %}
{% endraw %}