diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml index 7bd061e7d2..3c6b91c65b 100644 --- a/.github/workflows/pr_build.yml +++ b/.github/workflows/pr_build.yml @@ -115,7 +115,6 @@ jobs: shell: bash run: cmake -E make_directory "${{runner.workspace}}/build" - name: Configure CMake - if: matrix.build_type != 'android' working-directory: ${{runner.workspace}}/build shell: bash run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DVCPKG_BUILD_TYPE=release $CMAKE_EXTRA diff --git a/scripts/system/quickGoto.js b/scripts/system/quickGoto.js index c5560cce83..ec278dd1d2 100644 --- a/scripts/system/quickGoto.js +++ b/scripts/system/quickGoto.js @@ -30,7 +30,8 @@ }); } - addGotoButton("dev-mobile"); - addGotoButton("quest-dev"); + addGotoButton("172.104.248.237"); + addGotoButton("167.172.61.134"); + addGotoButton("file:///~/serverless/tutorial.json"); }()); // END LOCAL_SCOPE