Skip to content

Commit

Permalink
fixup! github: Switched the Linux build-and-upload flow over to Meson…
Browse files Browse the repository at this point in the history
… and only building BMDA
  • Loading branch information
dragonmux committed Jul 23, 2024
1 parent 42d5b42 commit 7e08e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
CXX=${CC/#clang/clang++}
echo "CC=$CC" >> $GITHUB_ENV
echo "CXX=$CXX" >> $GITHUB_ENV
echo "BUILD_OPTS='-Dhidapi:b_lto=false'" >> $GITHUB_ENV
echo "BUILD_OPTS=-Dhidapi:b_lto=false" >> $GITHUB_ENV
env:
CC: ${{ matrix.compiler }}
working-directory: ${{ runner.temp }}
Expand Down

0 comments on commit 7e08e65

Please sign in to comment.