Skip to content

Commit dea9c01

Browse files
committed
see if we can get a higher version of the compiler
1 parent cb63429 commit dea9c01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/raspberry_pi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
shell: /bin/bash -eo pipefail
5252
image_additional_mb: 1024
5353
bind_mount_repository: true
54+
- name: Install dependencies
55+
run: |
56+
sudo apt-get update
57+
sudo apt-get install -y cmake build-essential pkg-config
5458
- name: Configure CMake
5559
run: |
5660
cmake --version

0 commit comments

Comments
 (0)