File tree 8 files changed +13
-1
lines changed
8 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 44
44
uses : xmake-io/github-action-setup-xmake@v1
45
45
with :
46
46
actions-cache-folder : .xmake-cache-W${{ steps.cache_key.outputs.key }}
47
+ xmake-version : branch@dev # fixes a bug in xmake 2.9.1
47
48
48
49
# Setup NDK
49
50
- name : Download NDK
Original file line number Diff line number Diff line change 63
63
uses : xmake-io/github-action-setup-xmake@v1
64
64
with :
65
65
actions-cache-folder : .xmake-cache-W${{ steps.cache_key.outputs.key }}
66
+ xmake-version : branch@dev # fixes a bug in xmake 2.9.1
66
67
67
68
# Update xmake repository (in order to have the file that will be cached)
68
69
- name : Update xmake repository
Original file line number Diff line number Diff line change 43
43
uses : xmake-io/github-action-setup-xmake@v1
44
44
with :
45
45
actions-cache-folder : .xmake-cache-W${{ steps.cache_key.outputs.key }}
46
+ xmake-version : branch@dev # fixes a bug in xmake 2.9.1
46
47
47
48
# Update xmake repository (in order to have the file that will be cached)
48
49
- name : Update xmake repository
Original file line number Diff line number Diff line change 57
57
uses : xmake-io/github-action-setup-xmake@v1
58
58
with :
59
59
actions-cache-folder : .xmake-cache-W${{ steps.cache_key.outputs.key }}
60
+ xmake-version : branch@dev # fixes a bug in xmake 2.9.1
60
61
61
62
# Update xmake repository (in order to have the file that will be cached)
62
63
- name : Update xmake repository
Original file line number Diff line number Diff line change 47
47
uses : xmake-io/github-action-setup-xmake@v1
48
48
with :
49
49
actions-cache-folder : .xmake-cache-W${{ steps.cache_key.outputs.key }}
50
+ xmake-version : branch@dev # fixes a bug in xmake 2.9.1
50
51
51
52
# Update xmake repository (in order to have the file that will be cached)
52
53
- name : Update xmake repository
Original file line number Diff line number Diff line change 57
57
- name : Set xmake env
58
58
run : echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV
59
59
60
+ # Update xmake to nightly (fixes a bug in xmake 2.9.1)
61
+ - name : Update xmake to dev
62
+ run : xmake update -s dev
63
+
60
64
# Update xmake repository (in order to have the file that will be cached)
61
65
- name : Update xmake repository
62
66
run : xmake repo --update
Original file line number Diff line number Diff line change 46
46
uses : xmake-io/github-action-setup-xmake@v1
47
47
with :
48
48
actions-cache-folder : .xmake-cache-W${{ steps.cache_key.outputs.key }}
49
+ xmake-version : branch@dev # fixes a bug in xmake 2.9.1
49
50
50
51
# Update xmake repository (in order to have the file that will be cached)
51
52
- name : Update xmake repository
Original file line number Diff line number Diff line change 52
52
# Install xmake
53
53
- name : Setup xmake
54
54
uses : xmake-io/github-action-setup-xmake@v1
55
-
55
+ with :
56
+ xmake-version : branch@dev # fixes a bug in xmake 2.9.1
57
+
56
58
# Update xmake repository (in order to have the file that will be cached)
57
59
- name : Update xmake repository
58
60
run : xmake repo --update
You can’t perform that action at this time.
0 commit comments