try arm build
This commit is contained in:
parent
17fa75ee6d
commit
a9b7440bf4
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ pi_task:
|
|||
arm_container:
|
||||
image: dtcooper/raspberrypi-os:python-bullseye
|
||||
setup_script:
|
||||
- sudo apt update
|
||||
- sudo apt install cmake
|
||||
- apt update
|
||||
- apt install cmake
|
||||
build_raylib_script:
|
||||
- git submodule update --init --recursive
|
||||
- cd raylib-c
|
||||
|
|
Reference in a new issue