mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-08 12:49: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)
|
||||
if: startsWith(github.ref, 'refs/tags/') && matrix.arch != 'x86_64'
|
||||
run: |
|
||||
mkdir ${{ runner.temp }}/install
|
||||
./configure --prefix=${{ runner.temp }}/install \
|
||||
--enable-static \
|
||||
--host=${{ matrix.host }} \
|
||||
|
Reference in New Issue
Block a user