Skip to content

Commit

Permalink
ubuntu: no jammy build
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Dec 24, 2024
1 parent 7348959 commit 8068eee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- {os: debian, codename: bookworm, image_owner: , package_type: deb, labels: [arm32,docker]}
- {os: debian, codename: bookworm, image_owner: , package_type: deb, labels: [arm64,docker]}
# - {os: ubuntu, codename: focal, image_owner: , package_type: deb}
- {os: ubuntu, codename: jammy, image_owner: , package_type: deb}
# - {os: ubuntu, codename: jammy, image_owner: , package_type: deb}
- {os: ubuntu, codename: noble, image_owner: , package_type: deb}
# - {os: raspbian, codename: buster, image_owner: igagis/, package_type: deb, labels: [arm32,docker]}
# - {os: raspbian, codename: bullseye, image_owner: igagis/, package_type: deb, labels: [arm32,docker]}
Expand Down
2 changes: 1 addition & 1 deletion src/ruisapp/glue/glue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#ifdef RUISAPP_SDL
// NOLINTNEXTLINE(bugprone-suspicious-include)
# include "sdl/glue.cxx"
# include "sdl/glue.cxx"
#elif CFG_OS == CFG_OS_WINDOWS
// NOLINTNEXTLINE(bugprone-suspicious-include)
# include "windows/glue.cxx"
Expand Down
1 change: 0 additions & 1 deletion src/ruisapp/glue/sdl/glue.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

/* ================ LICENSE END ================ */

0 comments on commit 8068eee

Please sign in to comment.