From 807b02f2ec8494b717e15b3dc15167ef2e62316c Mon Sep 17 00:00:00 2001 From: Michael Hoisie Date: Mon, 29 Nov 2021 13:48:41 -0500 Subject: [PATCH] More things --- .github/workflows/tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a579c8bf1c..5ee10ebe95 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,6 +33,10 @@ jobs: with: java-version: 11.0.8 + - name: Print environment + run: | + env + - name: Detect runner CPU architecture run: | echo "CPU_ARCH=$(uname -m)" >> $GITHUB_ENV @@ -86,6 +90,10 @@ jobs: with: java-version: 11.0.8 + - name: Detect runner CPU architecture + run: | + echo "CPU_ARCH=$(uname -m)" >> $GITHUB_ENV + - name: Cache ICU build output id: cache-icu uses: actions/cache@v2