We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa8012 commit 78234b1Copy full SHA for 78234b1
1 file changed
.github/workflows/build.yml
@@ -43,7 +43,9 @@ jobs:
43
lfs: 'true'
44
45
- name: Configure CMake
46
- run: cmake --preset release-toltec
+ run: |
47
+ source /opt/x-tools/switch-arm.sh
48
+ cmake --preset release-toltec
49
50
- name: Build
51
run: cmake --build build/release-toltec
0 commit comments