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 fe20d6b commit 8704ccb
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 @@ -173,7 +173,7 @@ jobs:
CXX=${CC/#clang/clang++}
echo "CC=$CC" >> $GITHUB_ENV
echo "CXX=$CXX" >> $GITHUB_ENV
echo "AR=${CC/#clang/llvm-ar}" >> $GITHUB_ENV
echo "AR=ar" >> $GITHUB_ENV
env:
CC: ${{ matrix.compiler }}
working-directory: ${{ runner.temp }}
Expand Down

0 comments on commit 8704ccb

Please sign in to comment.