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