Skip to content

Commit

Permalink
Cache nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas2902 committed Nov 13, 2024
1 parent 7d05c11 commit 74ca589
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/nightly-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ jobs:
with:
python-version: "3.11.3"

- name: Cache py4godot/classes directory
id: cache-py4godot-classes
uses: actions/cache@v3
with:
path: py4godot/classes
key: ${{ runner.os }}-py4godot-classes-${{ hashFiles('**/generate_classes.py', '**/generate_pxd_bridge.py', '**/extension_api.json') }}
restore-keys: |
${{ runner.os }}-py4godot-classes-
- name: Run Python script and check result
shell: bash
run: |
Expand Down

0 comments on commit 74ca589

Please sign in to comment.