From e4bc002e580629955547d2d5b78457d0326a6aec Mon Sep 17 00:00:00 2001 From: Alexander van Saase Date: Thu, 4 Jul 2024 00:33:36 +0200 Subject: [PATCH] Update readme --- .github/workflows/release-plz.yml | 6 ++---- README.md | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index f519749..b726ce7 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -14,14 +14,12 @@ jobs: name: Release-plz runs-on: ubuntu-latest steps: - # Generating a GitHub token, so that PRs and tags created by - # the release-plz-action can trigger actions workflows. - name: Generate GitHub token uses: actions/create-github-app-token@v1 id: generate-token with: - app-id: ${{ secrets.APP_ID }} # <-- GitHub App ID secret name - private-key: ${{ secrets.APP_PRIVATE_KEY }} # <-- GitHub App private key secret name + app-id: ${{ secrets.APP_ID }} + private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: Checkout repository uses: actions/checkout@v4 with: diff --git a/README.md b/README.md index 8ddaf76..2f6fa51 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ When cross-compiling for other targets you may get an error like: fatal error: 'math.h' file not found ``` -This can be solved by setting the `FUSION_IMU_INCLUDE_PATH` environment variable to the folder that contains the `math.h` header for the target you're compiling for. +To solve this, set the `FUSION_IMU_INCLUDE_PATH` environment variable to the folder that contains the `math.h` header for the target you're compiling for. ## Features