Skip to content

Commit

Permalink
ci: use main branch from setup-sdl (v1 branch does not understand new…
Browse files Browse the repository at this point in the history
…er VERSION macro)
  • Loading branch information
madebr committed Oct 19, 2024
1 parent f677657 commit 0114ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Set up SDL
id: sdl
uses: libsdl-org/setup-sdl@v1
uses: libsdl-org/setup-sdl@main
with:
version: sdl3-head
- name: Get project sources
Expand Down

0 comments on commit 0114ff1

Please sign in to comment.