File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 79
79
path : CSFML
80
80
81
81
- name : Build in an ARM container
82
- uses : uraimo/run-on-arch-action@v2.7.2
82
+ uses : uraimo/run-on-arch-action@v2.8.1
83
83
with :
84
84
arch : armv7
85
85
distro : ubuntu22.04
@@ -111,7 +111,7 @@ jobs:
111
111
path : CSFML
112
112
113
113
- name : Build in an ARM64 container
114
- uses : uraimo/run-on-arch-action@v2.7.2
114
+ uses : uraimo/run-on-arch-action@v2.8.1
115
115
with :
116
116
arch : aarch64
117
117
distro : ubuntu22.04
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ echo "Please note that all SFML dependencies must be installed and available to
42
42
43
43
RID=" $1 "
44
44
45
- SFMLBranch=" master " # The branch or tag of the SFML repository to be cloned
45
+ SFMLBranch=" 3.0.0 " # The branch or tag of the SFML repository to be cloned
46
46
CSFMLDir=" $( realpath ../../) " # The directory of the source code of CSFML
47
47
48
48
OutDir=" ./CSFML/runtimes/$RID /native" # The base directory of all CSFML modules, used to copy the final libraries
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ echo "Please note that all SFML dependencies must be installed and available to
46
46
47
47
RID=" $1 "
48
48
49
- SFMLBranch=" master " # The branch or tag of the SFML repository to be cloned
49
+ SFMLBranch=" 3.0.0 " # The branch or tag of the SFML repository to be cloned
50
50
CSFMLDir=" $( grealpath " $( git rev-parse --show-toplevel) " ) " # The directory of the source code of CSFML
51
51
52
52
OutDir=" ./CSFML/runtimes/$RID /native" # The base directory of all CSFML modules, used to copy the final libraries
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Write-Output "Building $RID"
35
35
Write-Output " Using $Generator as the cmake generator"
36
36
Write-Output " Using architecture $Architecture "
37
37
38
- $SFMLBranch = " master " # The branch or tag of the SFML repository to be cloned
38
+ $SFMLBranch = " 3.0.0 " # The branch or tag of the SFML repository to be cloned
39
39
$CSFMLDir = (Get-Item (git rev- parse -- show-toplevel )).FullName # The directory of the source code of CSFML
40
40
41
41
$OutDir = " ./CSFML/runtimes/$RID /native" # The directory of all CSFML modules, used to copy the final dlls
You can’t perform that action at this time.
0 commit comments