mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
change quick goto
This commit is contained in:
parent
75b99e71ec
commit
91a35fb4ba
2 changed files with 3 additions and 3 deletions
1
.github/workflows/pr_build.yml
vendored
1
.github/workflows/pr_build.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue