]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: optimize some more dependencies install
authorPhilip Heiduck <pheiduck@Philips-MBP.lan>
Tue, 13 Sep 2022 14:15:12 +0000 (16:15 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Thu, 15 Sep 2022 18:38:39 +0000 (20:38 +0200)
Signed-off-by: Philip Heiduck <pheiduck@Philips-MBP.lan>
Closes #9500

.github/workflows/mbedtls.yml
.github/workflows/rustls.yml

index 85ae4b87cb9a3b00dd5cfc6d88ff8953801d128f..5cb7852b356b8b993e959aad4baa2e68f86d4328 100644 (file)
@@ -41,7 +41,6 @@ jobs:
     - run: |
         git clone --depth=1 -b v3.1.0 https://github.com/ARMmbed/mbedtls
         cd mbedtls
-        make
         make DESTDIR=$HOME/mbed install
       name: 'install mbedtls'
 
index 348c8964fae63b8a4219bd6040ac79afbfb90c50..b15364358bfb6667c78e806c5b7c8b2adf2195c7 100644 (file)
@@ -40,7 +40,6 @@ jobs:
         curl https://sh.rustup.rs -sSf | sh -s -- -y
         source $HOME/.cargo/env
         cd rustls-ffi
-        make
         make DESTDIR=$HOME/rustls install
       name: 'install rustls'