We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a44805 commit 31385efCopy full SHA for 31385ef
.github/workflows/build_and_test.yml
@@ -679,10 +679,6 @@ jobs:
679
mkdir -p ${PCAPPLUSPLUS_LIBS_PATH} ${PCAPPLUSPLUS_INCLUDE_PATH}
680
mv ${TOYVPN_PCAPPLUSPLUS}/lib/*.a ${PCAPPLUSPLUS_LIBS_PATH}/
681
mv ${TOYVPN_PCAPPLUSPLUS}/include/pcapplusplus/*.h ${PCAPPLUSPLUS_INCLUDE_PATH}/
682
- echo ${PCAPPLUSPLUS_INCLUDE_PATH}
683
- echo ${PCAPPLUSPLUS_LIBS_PATH}
684
- ls -la ${PCAPPLUSPLUS_LIBS_PATH}
685
- ls -la ${PCAPPLUSPLUS_INCLUDE_PATH}
686
687
- name: Set up JDK
688
uses: actions/setup-java@v4
0 commit comments