We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CI_INSTALL
1 parent 9f005c6 commit 421d848Copy full SHA for 421d848
.github/workflows/ci.yml
@@ -792,7 +792,7 @@ jobs:
792
793
- name: Check installation with Autotools
794
env:
795
- CI_INSTALL: ${{ runner.temp }}/${{ github.run_id }}${{ github.action }}
+ CI_INSTALL: ${{ runner.temp }}/${{ github.run_id }}${{ github.action }}/install
796
run: |
797
./autogen.sh && ./configure --prefix=${{ env.CI_INSTALL }} && make clean && make install && ls -RlAh ${{ env.CI_INSTALL }}
798
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