change quick goto

This commit is contained in:
HifiExperiments 2020-08-19 16:47:04 -07:00
parent 75b99e71ec
commit 91a35fb4ba
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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