Skip to content

Commit e0e1f20

Browse files
committed
fix mac xmake builds
1 parent a9540de commit e0e1f20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/xmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)