From 43221922f8d0baaf3404a021f270519cdd325ed9 Mon Sep 17 00:00:00 2001 From: Mihai Nita Date: Sun, 8 Sep 2024 22:33:27 -0700 Subject: [PATCH] Add Fedora build --- .github/workflows/fedora_release.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/fedora_release.yml b/.github/workflows/fedora_release.yml index 58aea759..c6f4fd93 100644 --- a/.github/workflows/fedora_release.yml +++ b/.github/workflows/fedora_release.yml @@ -23,19 +23,20 @@ jobs: - name: Inspect run: | - echo $PWD \ - ls \ + echo $PWD ls / + ls - name: Checkout repo files run: | - git clone --depth=1 https://github.com/unicode-org/icu.git \ + git clone --depth=1 https://github.com/unicode-org/icu.git - name: Build ICU4J run: | - cd icu/icu4c/source \ - ./runConfigureICU Linux/gcc \ - make -j8 \ - make check \ - sed -i 's/^DOXYGEN *= *$/DOXYGEN = echo/g' Makefile \ + cd icu/icu4c/source + ./runConfigureICU Linux/gcc + make -j8 + make check + sed -i 's/^DOXYGEN *= *$/DOXYGEN = echo/g' Makefile make dist + ls -al dist