File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020 uses : xmake-io/github-action-setup-xmake@v1
2121 with :
2222 xmake-version : latest
23- actions -cache-folder : " .xmake-cache "
24- actions -cache-key : " win-ci "
23+ package -cache: true
24+ package -cache-key : ' stfc-mod-ci-win '
2525
2626 - name : Configure
2727 run : xmake f -m releasedbg -y
5151 uses : xmake-io/github-action-setup-xmake@v1
5252 with :
5353 xmake-version : latest
54- actions -cache-folder : " .xmake-cache "
55- actions -cache-key : " mac-ci "
54+ package -cache: true
55+ package -cache-key : ' stfc-mod-ci-mac '
5656
5757 - name : Set up Homebrew
5858 uses : Homebrew/actions/setup-homebrew@main
Original file line number Diff line number Diff line change 33// clang-format off
44#define VERSION_MAJOR 0
55#define VERSION_MINOR 6
6- #define VERSION_REVISION 2
7- #define VERSION_PATCH 0
6+ #define VERSION_REVISION 1
7+ #define VERSION_PATCH 8
88
99#define STRINGIFY_ (s ) #s
1010#define STRINGIFY (s ) STRINGIFY_(s)
You can’t perform that action at this time.
0 commit comments