Skip to content

Commit

Permalink
working blindly with GH runner's FS
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Aug 13, 2021
1 parent 2921124 commit 5b6b2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_rp2xxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
working-directory: ${{ github.workspace }}/RF24Network
env:
PICO_SDK_PATH: ${{ github.workspace }}/pico-sdk
run: cmake -E make_directory ${{ github.workspace }}/build
run: cmake -E make_directory ${{ github.workspace }}/RF24Network/build

- name: Configure CMake
working-directory: ${{ github.workspace }}/RF24Network/build
Expand Down

0 comments on commit 5b6b2e0

Please sign in to comment.