diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 8dd8f257c..6c6d794e1 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -28,13 +28,13 @@ jobs: uses: actions/checkout@v3 with: repository: ${{ env.SUITE_REPO }} + ref: 76-public-input-gate submodules: recursive - name: Checkout source code uses: actions/checkout@v3 with: path: ./libs/${{ env.LIB_NAME }} - ref: 76-public-input-gate submodules: recursive - name: Cmake and build