Skip to content

Commit

Permalink
Enable Debugging for GitHub Actions for Fixing Bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
njfdev committed Aug 6, 2024
1 parent 87c5130 commit 075d02a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
runs-on: ${{ matrix.platform }}
env:
NEXT_PUBLIC_EXCLUDE_SIDECAR: true # excludes nrsc5 sidecar and disables HD Radio in the app (due to building issues)
CARGO_PROFILE_RELEASE_BUILD_OVERRIDE_DEBUG: true # enable debug information generation to debug GitHub Actions

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 075d02a

Please sign in to comment.