Skip to content

Commit

Permalink
ard-wire new toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-forbes-cp committed Dec 17, 2024
1 parent 51cd2de commit c006ec9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/do_build_opencl_cts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ runs:
env:
CMAKE_TOOLCHAIN: "${{ steps.calc_vars.outputs.cmake_toolchain }}"
run: |
echo CMAKE_TOOLCHAIN is: ${{ steps.calc_vars.outputs.cmake_toolchain }}
echo OLD CMAKE_TOOLCHAIN is: $CMAKE_TOOLCHAIN
CMAKE_TOOLCHAIN="$GITHUB_WORKSPACE/.github/toolchains/aarch64-linux.cmake"
echo NEW CMAKE_TOOLCHAIN is: $CMAKE_TOOLCHAIN
# get spirv-as
sudo apt-get update
sudo apt-get install -y spirv-tools
Expand Down

0 comments on commit c006ec9

Please sign in to comment.