Skip to content

Commit 743181f

Browse files
committed
Improve comment
1 parent cdf6172 commit 743181f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rhel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
- name: Push the Docker image
5353
run: docker push ${{ env.DOCKER_IMAGE }}
5454

55-
# Build the Docker image for Red Hat Enterprise Linux. As we use the free UBIs
56-
# we cannot select specific versions of Clang and only get what is available
57-
# in the package manager.
55+
# Build the Docker image for Red Hat Enterprise Linux using Clang. As we use
56+
# the free UBIs we cannot select specific versions of Clang and only get what
57+
# is available in the base image.
5858
clang:
5959
runs-on: ubuntu-latest
6060
strategy:

0 commit comments

Comments
 (0)