Skip to content

Commit

Permalink
More tinkering
Browse files Browse the repository at this point in the history
  • Loading branch information
mihnita committed Sep 29, 2024
1 parent 990625c commit 246c66d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-icu4c-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:

steps:

- name: Install gh (GitHub CLI)
run: |
# Don't install it in the docker image, to the latest (pros and cons)
dnf install -y
- name: Checkout and setup
uses: actions/checkout@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-conditions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
echo "=============================="
echo The current folder is $PWD
echo -e "Styles: \e[1m bold \e[m \e[3m italic \e[m \e[4m Underline \e[m \e[9m strike \e[m \e[8m hide \e[m \e[7m invert \e[m \e[103m bk-yellow \e[m"
echo -e "Bright: \e[91m red \e[m \e[92m green \e[m \e[94m blue \e[m \e[95m cyan \e[m \e[96m magenta \e[m \e[93m yellow \e[m \e[90m black \e[m"
echo -e "Dark: \e[31m red \e[m \e[32m green \e[m \e[34m blue \e[m \e[35m cyan \e[m \e[36m magenta \e[m \e[33m yellow \e[m \e[30m black \e[m"
env:
RUN_TESTS: ${{ inputs.runTests }}
GIT_RELEASE_TAG: ${{ inputs.gitReleaseTag }}
Expand Down

0 comments on commit 246c66d

Please sign in to comment.