Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Jan 26, 2025
1 parent 05cd19b commit f18a909
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/actions/task/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ runs:
shell: bash
run: |
python3 -m pip install pip==20.3.4 wheel==0.37.0 --upgrade
- name: Artifact key
id: artifact-key
shell: bash
run: |
echo key=$(python3 CI/run.py --route "${{ inputs.name }}") >> $GITHUB_OUTPUT
# - name: Artifact key
# id: artifact-key
# shell: bash
# run: |
# echo key=$(python3 CI/run.py --route "${{ inputs.name }}") >> $GITHUB_OUTPUT
# - uses: actions/cache@v4
# id: cache
# with:
Expand All @@ -38,4 +38,5 @@ runs:
shell: bash
# if: ${{ steps.cache.outputs.cache-hit != 'true' }}
run: |
find . -ls
python3 CI/run.py --cache cache --out . "${{ inputs.name }}"

0 comments on commit f18a909

Please sign in to comment.