From 796b947a7ac0134fef70bd2cf6e852425fe3fc54 Mon Sep 17 00:00:00 2001 From: SirLynix Date: Tue, 15 Nov 2022 12:38:23 +0100 Subject: [PATCH] Revert "CI: Switch to xmake master" This reverts commit 4eadb35b0df12cd2c6add65d64f69ee215e7b0ad. --- .github/workflows/coverage.yml | 2 ++ .github/workflows/linux-build.yml | 2 ++ .github/workflows/macos-build.yml | 2 ++ .github/workflows/windows-build.yml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1e4c9284c..ff6e51f19 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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 diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 96770139d..1271d545a 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -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 diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 6ff474af9..0c5a5537c 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -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 diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index ec4693913..f3b242cbd 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -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