Fix 'double mkdir' bug in CI

This commit is contained in:
lwthiker
2022-07-14 18:35:34 +03:00
parent 2466dee212
commit cbbea507f6

View File

@@ -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 }} \