mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2026-09-06 00:41:52 +00:00
Fix 'double mkdir' bug in CI
This commit is contained in:
@@ -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