Skip to content

Commit

Permalink
Configure working directory for new action
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Tacke authored and LoQue90 committed Jan 22, 2024
1 parent f3463f5 commit e67fd95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
working-directory: ./src
run: cp userConfig_sample.h userConfig.h
- name: Enable features
working-directory: ./src
run: header_file="userConfig.h"; sed -i -E 's/^(#define[[:space:]]+FEATURE_[A-Za-z_]+[[:space:]]+)[0-9]+/\11/' $header_file
- name: PlatformIO Run
uses: karniv00l/platformio-run-action@v1
Expand Down

0 comments on commit e67fd95

Please sign in to comment.