Skip to content

Commit

Permalink
Other fixes?
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas2902 committed Sep 16, 2024
1 parent 145521a commit 58a1cf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
restore-keys: |
${{ runner.os }}-checkout-
- name: Print structure
run: python meson_scripts/print_tools.py

- name: Check if cache was loaded
shell: bash
run: |
Expand All @@ -77,9 +80,6 @@ jobs:
mklink opengl32.dll "x64\opengl32.dll"
mklink libglapi.dll "x64\libglapi.dll"
- name: Print structure
run: python meson_scripts/print_tools.py

- name: Install dependencies
run: |
python -m pip install -r requirements.txt
Expand Down

0 comments on commit 58a1cf0

Please sign in to comment.