Skip to content

Commit

Permalink
Use the toolchain file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug authored Aug 5, 2024
1 parent a26e4b8 commit b88926b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
rm -r x86_64
- name: Build SDK
run: |
export CMAKE_TOOLCHAIN_FILE=`pwd`/aarch64-toolchain.cmake
cd `find . -maxdepth 1 -type d -name '1.*' -print -quit`
CC=/usr/bin/aarch64-linux-gnu-gcc-12 CXX=/usr/bin/aarch64-linux-gnu-g++-12 ./vulkansdk --maxjobs vulkan-loader vulkan-validationlayers vulkan-extensionlayer
- name: Upload Artifacts
Expand Down

0 comments on commit b88926b

Please sign in to comment.