Skip to content

Commit

Permalink
Update nightly-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas2902 authored Sep 16, 2024
1 parent 827efb9 commit ffec573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ jobs:
exit_code=$?
if [ $exit_code -eq 0 ]; then
echo "Cache hit for py4godot/classes directory"
python ../cache_hit_cythonize.py
python cache_hit_cythonize.py
else
echo "Cache miss for py4godot/classes directory"
python ../dev_cythonize_files.py
python dev_cythonize_files.py
fi
set -e
Expand Down

0 comments on commit ffec573

Please sign in to comment.