Skip to content

Commit da09b47

Browse files
committed
GitHub Actions: more messing around.
1 parent 1e900a5 commit da09b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- { name: Windows, os: windows-2025 }
1414
- { name: MacOS, os: macos-latest }
1515
steps:
16+
- name: Get SDL_native_midi sources
17+
uses: actions/checkout@v4
1618
- name: Set up Linux dependencies
1719
if: ${{ runner.os == 'Linux' }}
1820
run: |
@@ -31,8 +33,6 @@ jobs:
3133
with:
3234
version: sdl3-latest
3335
cmake-generator: Ninja
34-
- name: Get SDL_native_midi sources
35-
uses: actions/checkout@v4
3636
- name: Configure CMake
3737
run: cmake -B build -G Ninja ${{ matrix.platform.flags }}
3838
- name: Build

0 commit comments

Comments
 (0)