mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-09 05:09:36 +00:00
Fix 'double mkdir' bug in CI
This commit is contained in:
1
.github/workflows/build-and-test-make.yml
vendored
1
.github/workflows/build-and-test-make.yml
vendored
@@ -216,7 +216,6 @@ jobs:
|
|||||||
- name: Reconfigure statically (cross compiling)
|
- name: Reconfigure statically (cross compiling)
|
||||||
if: startsWith(github.ref, 'refs/tags/') && matrix.arch != 'x86_64'
|
if: startsWith(github.ref, 'refs/tags/') && matrix.arch != 'x86_64'
|
||||||
run: |
|
run: |
|
||||||
mkdir ${{ runner.temp }}/install
|
|
||||||
./configure --prefix=${{ runner.temp }}/install \
|
./configure --prefix=${{ runner.temp }}/install \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--host=${{ matrix.host }} \
|
--host=${{ matrix.host }} \
|
||||||
|
Reference in New Issue
Block a user