Skip to content

Commit

Permalink
Corrected paths
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas2902 committed Sep 16, 2024
1 parent 5ec62f4 commit 145521a
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 @@ -62,9 +62,9 @@ jobs:
shell: bash
run: |
if [ "${{ steps.cache_step.outputs.cache-hit }}" == "true" ]; then
python cache_hit_cythonize.py
python ../cache_hit_cythonize.py
else
python dev_cythonize.py
python ../dev_cythonize.py
fi
- name: Install Mesa
Expand Down

0 comments on commit 145521a

Please sign in to comment.