Revert "CI: Switch to xmake master"

This reverts commit 4eadb35b0d.
This commit is contained in:
SirLynix 2022-11-15 12:38:23 +01:00
parent 842e797cc4
commit 796b947a7a
4 changed files with 8 additions and 0 deletions

View File

@ -60,6 +60,8 @@ jobs:
# Install xmake
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
# Update xmake repository (in order to have the file that will be cached)
- name: Update xmake repository

View File

@ -48,6 +48,8 @@ jobs:
# Install xmake
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
# Update xmake repository (in order to have the file that will be cached)
- name: Update xmake repository

View File

@ -41,6 +41,8 @@ jobs:
# Install xmake
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
# Update xmake repository (in order to have the file that will be cached)
- name: Update xmake repository

View File

@ -42,6 +42,8 @@ jobs:
# Install xmake
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
# Update xmake repository (in order to have the file that will be cached)
- name: Update xmake repository