Skip to content

Commit 421d848

Browse files
committed
ci: Align Autotools/CMake CI_INSTALL directory names
1 parent 9f005c6 commit 421d848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ jobs:
792792

793793
- name: Check installation with Autotools
794794
env:
795-
CI_INSTALL: ${{ runner.temp }}/${{ github.run_id }}${{ github.action }}
795+
CI_INSTALL: ${{ runner.temp }}/${{ github.run_id }}${{ github.action }}/install
796796
run: |
797797
./autogen.sh && ./configure --prefix=${{ env.CI_INSTALL }} && make clean && make install && ls -RlAh ${{ env.CI_INSTALL }}
798798
gcc -o ecdsa examples/ecdsa.c $(PKG_CONFIG_PATH=${{ env.CI_INSTALL }}/lib/pkgconfig pkg-config --cflags --libs libsecp256k1) -Wl,-rpath,"${{ env.CI_INSTALL }}/lib" && ./ecdsa

0 commit comments

Comments
 (0)