Skip to content

Commit

Permalink
More things
Browse files Browse the repository at this point in the history
  • Loading branch information
hoisie committed Nov 29, 2021
1 parent 8e7eb58 commit 807b02f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 807b02f

Please sign in to comment.