Commit 6cb007a 1 parent 916f42f commit 6cb007a Copy full SHA for 6cb007a
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ jobs:
19
19
submodules : recursive
20
20
- name : Configure Ubuntu Libraries
21
21
run : sudo apt-get install -y libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev mesa-common-dev
22
+ - name : Install Clang 19
23
+ uses : egor-tensin/setup-clang@v1
24
+ with :
25
+ version : 19
26
+ platform : x64
22
27
- name : Install Premake
23
28
uses : Jarod42/install-premake5@v4
24
29
with :
25
30
ref : master
26
- - name : Generate Project
31
+ - name : Generate Project Files
27
32
run : premake5 gmake
28
- - name : Configure Clang
29
- uses : egor-tensin/setup-clang@v1
30
- with :
31
- version : 19
32
- platform : x64
33
33
- name : Build
34
- run : make config=${{ matrix.config }} -j$(nproc)
34
+ run : make config=${{ matrix.config }}_x64 -j$(nproc)
You can’t perform that action at this time.
0 commit comments