From b38a083be224d9baf0592fc20a94c4bc35c439b7 Mon Sep 17 00:00:00 2001 From: Maxime <672982+maximegmd@users.noreply.github.com> Date: Sun, 16 Jun 2024 17:13:38 +0200 Subject: [PATCH 1/2] Update windows.yml --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d5130eb1a..50220055f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -30,7 +30,7 @@ jobs: - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: '2.8.5' + xmake-version: '2.9.2' # Install node #- name: Setup nodejs From 47d7b1b038239761e735f020b2d53ac927241468 Mon Sep 17 00:00:00 2001 From: Maxime <672982+maximegmd@users.noreply.github.com> Date: Sun, 16 Jun 2024 17:14:09 +0200 Subject: [PATCH 2/2] Update linux.yml --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index c6d98031a..29b876e9f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -40,7 +40,7 @@ jobs: - name: Setup xmake uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: '2.8.5' + xmake-version: '2.9.2' # Update xmake repository (in order to have the file that will be cached) - name: Update xmake repository