From 6127bf711e8fbd4e98a215347558797acb755a5e Mon Sep 17 00:00:00 2001 From: Joost VandeVondele Date: Sun, 10 May 2026 11:43:17 +0200 Subject: [PATCH] [CI] Upgrade SDE action fix Node.js version dependency, update SDE. This upgrades to 9.58, upgrade to 10.8 failed with: Invalid file name and base dir combination: Pin root DLL: pincrt4.dll Also adjusts Makefile to show PGO bench output on failure closes https://github.com/official-stockfish/Stockfish/pull/6781 No functional change --- .github/workflows/compilation.yml | 4 ++-- .github/workflows/universal_compilation.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index 84c412c00..2eb2db21e 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -43,10 +43,10 @@ jobs: - name: Download SDE package if: ${{ matrix.config.sde }} - uses: petarpetrovt/setup-sde@2a27a21f27212e473f3cc59a6dac97d8dffe8970 # v3.0 + uses: petarpetrovt/setup-sde@d230e06df0ca06ced70000e4a7fa62afc9a2001e # v4.0 with: environmentVariableName: SDE_DIR - sdeVersion: 9.33.0 + sdeVersion: 9.58.0 - name: Download the used network from the fishtest framework run: make net diff --git a/.github/workflows/universal_compilation.yml b/.github/workflows/universal_compilation.yml index 5aada6985..aee36d8a3 100644 --- a/.github/workflows/universal_compilation.yml +++ b/.github/workflows/universal_compilation.yml @@ -20,10 +20,10 @@ jobs: version: 15 - name: Download SDE package - uses: petarpetrovt/setup-sde@2a27a21f27212e473f3cc59a6dac97d8dffe8970 # v3.0 + uses: petarpetrovt/setup-sde@d230e06df0ca06ced70000e4a7fa62afc9a2001e # v4.0 with: environmentVariableName: SDE_DIR - sdeVersion: 9.33.0 + sdeVersion: 9.58.0 - name: Build universal binary run: make -j4 -C src ARCH=x86-64-universal profile-build RUN_PREFIX="$SDE_DIR/sde -future --" @@ -77,10 +77,10 @@ jobs: install: mingw-w64-x86_64-gcc make git zip - name: Download SDE package - uses: petarpetrovt/setup-sde@2a27a21f27212e473f3cc59a6dac97d8dffe8970 # v3.0 + uses: petarpetrovt/setup-sde@d230e06df0ca06ced70000e4a7fa62afc9a2001e # v4.0 with: environmentVariableName: SDE_DIR - sdeVersion: 9.33.0 + sdeVersion: 9.58.0 - name: Build universal binary run: |