-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.4.x: Update Alire version and use ubuntu-18.04 for building
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ on: | |
jobs: | ||
build: | ||
|
||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-18.04 | ||
|
||
steps: | ||
- name: Checkout | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name = "asfml" | ||
description = "ASFML is an Ada binding to SFML, the Simple and Fast Multimedia Library" | ||
version = "2.5.3" | ||
version = "2.4.1" | ||
|
||
authors = ["Manuel Gomez", "Dan Lee Vazquez Garcia"] | ||
maintainers = ["Manuel Gomez <[email protected]>"] | ||
|
@@ -11,4 +11,4 @@ website = "https://mgrojo.github.io/ASFML/" | |
tags = ["audio", "games", "opengl", "cross-platform", "multimedia", "binding", "graphics", "sfml"] | ||
|
||
[[depends-on]] | ||
libcsfml = "^2.5" | ||
libcsfml = "^2.4" |