Skip to content

Commit b582b1f

Browse files
committed
Show gcc version
1 parent 04375e3 commit b582b1f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

action.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ runs:
1515
path: .php-src
1616
ref: ${{ inputs.branch }}
1717

18-
- name: Show existing env
19-
shell: bash
20-
run: |
21-
curl --version
22-
2318
- name: Checkout curl repo
2419
uses: actions/checkout@v4
2520
with:
@@ -100,6 +95,12 @@ runs:
10095
libkrb5-dev
10196
cd ..
10297
98+
- name: Show existing env
99+
shell: bash
100+
run: |
101+
curl --version
102+
gcc -v
103+
103104
- name: Configure build
104105
shell: bash
105106
run: |

0 commit comments

Comments
 (0)