diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d70ed74..4b3787f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,10 +40,6 @@ jobs: cd build cmake .. -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=Release cmake --build . --config Release - - - name: Verify JSONCPP Build Output - run: | - dir ${{ env.JSONCPP_DLL_DIR }} - name: Set up JSONCPP paths run: | @@ -51,6 +47,10 @@ jobs: echo "JSONCPP_LIB_DIR=${{ github.workspace }}/jsoncpp/build/lib/Release" >> $GITHUB_ENV echo "JSONCPP_DLL_DIR=${{ github.workspace }}/jsoncpp/build/bin/Release" >> $GITHUB_ENV + - name: Verify JSONCPP Build Output + run: | + dir ${{ env.JSONCPP_DLL_DIR }} + - name: Build pysapittsengine run: | cd engine