Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Juniormunk authored Jan 13, 2025
1 parent 62c78e2 commit ec5c07c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ jobs:

- uses: pguyot/arm-runner-action@v2
with:
base_image: https://github.com/PhotonVision/photon-image-modifier/releases/download/v2025.0.1/photonvision_raspi_dev.img.xz
base_image: https://github.com/PhotonVision/photon-image-modifier/releases/download/Dev/photonvision_raspi_dev.img.xz
cpu: cortex-a7
image_additional_mb: 1500
bind_mount_repository: true
commands: |
apt-get update && apt-get install -y gcc g++
cmake -B cmake_build -DCMAKE_BUILD_TYPE=Release
cmake --build cmake_build -j 4
Expand Down

0 comments on commit ec5c07c

Please sign in to comment.