Skip to content

Commit

Permalink
Set compiler to clang
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonMrBonnie committed Feb 4, 2022
1 parent 7518660 commit 6262f83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
sudo apt install clang
- name: Build
run: ./build.sh
run: |
export CXX=/usr/bin/clang++
./build.sh
- name: Upload module so
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 6262f83

Please sign in to comment.