CI: Switch to xmake master

This commit is contained in:
Lynix
2022-11-13 12:43:40 +01:00
parent b24975c89d
commit 4eadb35b0d
5 changed files with 5 additions and 13 deletions

View File

@@ -42,8 +42,6 @@ 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
@@ -76,7 +74,7 @@ jobs:
# Setup installation configuration
- name: Configure xmake for installation
run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --ffmpeg=n --shadernodes=y --tests=y --yes
run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --ccache=n --ffmpeg=n --shadernodes=y --tests=y --yes
# Install the result files
- name: Install Nazara