Skip to content

Commit

Permalink
[18_1] Upgrade to xmake 2.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Nov 7, 2023
1 parent fda8d9f commit 3968998
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: v2.8.3
xmake-version: v2.8.5
actions-cache-folder: '.xmake-cache'

- name: xmake repo --update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-xmake-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/.xmake-global" >> "${{ github.env }}"
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: v2.8.3
xmake-version: v2.8.5
- name: update repo
run: xmake repo -u
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-xmake-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: v2.8.3
xmake-version: v2.8.5
actions-cache-folder: '.xmake-cache'

- name: xmake repo --update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-xmake-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/.xmake-global" >> "${{ github.env }}"
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: v2.8.3
xmake-version: v2.8.5
- name: update repo
run: xmake repo -u
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-xmake-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/.xmake-global" >> "${{ github.env }}"
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: 2.8.3
xmake-version: v2.8.5
- name: update repo
run: |
xmake repo -u
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-xmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: v2.8.3
xmake-version: v2.8.5
- name: update repo
run: xmake repo -u
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set_xmakever("2.8.3")
set_xmakever("2.8.5")

-- add releasedbg, debug and release modes.
set_allowedmodes("releasedbg", "release", "debug")
Expand Down

0 comments on commit 3968998

Please sign in to comment.