File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2525 # WyriHaximus/github-action-get-previous-tag@master need it
2626 fetch-depth : 0
2727 submodules : true
28+
29+ - name : Tests
30+ run : |
31+ pkg-config --libs ncurses
32+ pkg-config --cflags ncurses
33+
2834 - name : Prepare local xmake
2935 run : cp -rf . ../xmake-source
3036 - uses : xmake-io/github-action-setup-xmake@v1
Original file line number Diff line number Diff line change 2525xmake_sh_projectdir=$( X= cd -- " $( dirname -- " $0 " ) " && pwd -P)
2626xmake_sh_builddir=" build"
2727xmake_sh_version=" 1.0.5"
28- xmake_sh_verbose=false
29- xmake_sh_diagnosis=false
28+ xmake_sh_verbose=true
29+ xmake_sh_diagnosis=true
3030xmake_sh_copyright=" Copyright (C) 2022-present Ruki Wang, https://xmake.io."
3131xmake_sh_makefile=" ${xmake_sh_projectdir} /Makefile"
3232xmake_sh_ninjafile=" ${xmake_sh_projectdir} /build.ninja"
You can’t perform that action at this time.
0 commit comments