-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce9a6cc
commit de64647
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,14 +8,12 @@ jobs: | |
uses: actions/checkout@v2 | ||
with: | ||
submodules: recursive | ||
- name: Setup SDL2 frameworks | ||
uses: BrettDong/setup-sdl2-frameworks@main | ||
- uses: libsdl-org/setup-sdl@main | ||
id: sdl | ||
with: | ||
sdl2: latest | ||
sdl2-ttf: none | ||
sdl2-image: none | ||
sdl2-mixer: none | ||
sdl2-net: none | ||
install-linux-dependencies: true | ||
version: 2-latest | ||
version-sdl-image: 2-latest | ||
- name: Configure Project | ||
uses: threeal/[email protected] | ||
- name: Prepare Project | ||
|