Skip to content

Commit 2806eb4

Browse files
committed
check clang version
1 parent 553971a commit 2806eb4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
cache: maven
9999
- name: Build ${{ env.PACKAGE_NAME }} + consumers
100100
run: |
101+
clang --version
101102
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
102103
chmod a+x builder
103104
./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream
@@ -149,6 +150,7 @@ jobs:
149150
cache: maven
150151
- name: Build ${{ env.PACKAGE_NAME }} + consumers
151152
run: |
153+
clang --version
152154
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
153155
chmod a+x builder
154156
./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream

0 commit comments

Comments
 (0)