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 ff6c8d7 commit 4cc842d
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 @@ -169,7 +169,7 @@ jobs:
rm llvm-snapshot.gpg.key
sudo apt-add-repository "deb https://apt.llvm.org/${{ matrix.os.name }}/ llvm-toolchain-${{ matrix.os.name }}${CC/#clang/} main"
sudo apt-get update
sudo apt-get install $CC
sudo apt-get install $CC ${CC/#clang/lld}
CXX=${CC/#clang/clang++}
echo "CC=$CC -fuse-ld=lld" >> $GITHUB_ENV
echo "CXX=$CXX -fuse-ld=lld" >> $GITHUB_ENV
Expand Down

0 comments on commit 4cc842d

Please sign in to comment.