Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M1 build fix #32

Merged
merged 13 commits into from
Jan 8, 2024
Prev Previous commit
Next Next commit
Update path to app_credentials.h
  • Loading branch information
damianhxy committed Jan 8, 2024
commit 666f74124786b1dd8671789c8e000b226e482768
2 changes: 1 addition & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ jobs:
- name: Prepare app_credentials.h
run: >
cp ${{ github.workspace }}/src/app_credentials.h.template ${{ github.workspace }}/src/app_credentials.h
sed -i '' 's/\[ENTER STRING HERE\]/"placeholder"/g' src/app_credentials.h
sed -i '' 's/\[ENTER STRING HERE\]/"placeholder"/g' ${{ github.workspace }}/src/app_credentials.h

- name: Install Ubuntu dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
Loading