Skip to content

Commit

Permalink
test for workflow cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tetunori committed Feb 15, 2025
1 parent e99e3dd commit 54e878d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/buildFont.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ jobs:
uses: actions/cache/restore@v4
with:
path: ./build/build/*.ttf
key: ${{ runner.os }}-${{ github.sha }}-${{inputs.fontType}}
# key: ${{ runner.os }}-${{ github.sha }}-${{inputs.fontType}}
key: ${{ runner.os }}-e99e3dd0eaeab32ddc6fde0fd3086bca74645cf9-${{inputs.fontType}}
# PreBuild ttf
- name: Pre Build ttf
if: inputs.fontFormat == 'ttf' && steps.cache.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion build_ttf02.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
set -e

# Remove potential leftovers from older builds.
rm -rf venv build
rm -rf venv

# Create clean Python environment.
python -m venv --upgrade-deps venv
Expand Down

0 comments on commit 54e878d

Please sign in to comment.