Skip to content

Commit eef993e

Browse files
authored
Updated for new runner
1 parent 1426946 commit eef993e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/BuildAndRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Build the project
7676
run: |
77-
export PICO_SDK_PATH=$HOME/pico-sdk && \
77+
export PICO_SDK_PATH=/datalocal/pico/pico-sdk && \
7878
mkdir build && cd build && \
7979
cmake .. && \
8080
make -j4

0 commit comments

Comments
 (0)