From 3394583e78d03df14cefec9e5ef052f6b6c366f9 Mon Sep 17 00:00:00 2001 From: "Oleg V. Kozlyuk" Date: Sat, 30 Dec 2023 12:44:17 +0300 Subject: [PATCH] Only diff x86 exports --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7869515be..5d7d2ca0c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,6 +90,7 @@ jobs: del /Q exports_tmp*.txt - name: Diff exports with Orbiter 2016 + if: ${{ matrix.architecture == 'x86' }} shell: cmd continue-on-error: true run: git diff -U0 --ignore-cr-at-eol --ignore-space-at-eol --no-index exports.2016.txt out/install/Orbiter/exports.txt