File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ jobs:
210210
211211 - name : Configure
212212 working-directory : ${{github.workspace}}
213- run : xmake f -c -y --toolchain=clang-{{matrix.version}} --hyperion_enable_tracy=y
213+ run : xmake f -c -y --toolchain=clang-$ {{matrix.version}} --hyperion_enable_tracy=y
214214
215215 - name : Build
216216 env :
@@ -237,6 +237,6 @@ jobs:
237237 run : |
238238 xrepo add-repo -y hyperion "https://github.com/braxtons12/hyperion_packages.git"
239239 xrepo update-repo -y
240- xrepo install -y --toolchain=clang-{{matrix.version}} "hyperion_platform ${{ steps.extract_branch.outputs.branch }}"
241- xrepo install -y --toolchain=clang-{{matrix.version}} --configs="hyperion_enable_tracy=true" "hyperion_platform ${{ steps.extract_branch.outputs.branch }}"
240+ xrepo install -y --toolchain=clang-$ {{matrix.version}} "hyperion_platform ${{ steps.extract_branch.outputs.branch }}"
241+ xrepo install -y --toolchain=clang-$ {{matrix.version}} --configs="hyperion_enable_tracy=true" "hyperion_platform ${{ steps.extract_branch.outputs.branch }}"
242242
You can’t perform that action at this time.
0 commit comments