We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04375e3 commit b582b1fCopy full SHA for b582b1f
action.yml
@@ -15,11 +15,6 @@ runs:
15
path: .php-src
16
ref: ${{ inputs.branch }}
17
18
- - name: Show existing env
19
- shell: bash
20
- run: |
21
- curl --version
22
-
23
- name: Checkout curl repo
24
uses: actions/checkout@v4
25
with:
@@ -100,6 +95,12 @@ runs:
100
95
libkrb5-dev
101
96
cd ..
102
97
98
+ - name: Show existing env
99
+ shell: bash
+ run: |
+ curl --version
+ gcc -v
103
+
104
- name: Configure build
105
shell: bash
106
run: |
0 commit comments