Skip to content

Commit

Permalink
发布脚本linux64编译调整
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jul 30, 2021
1 parent 1de9391 commit 39addfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install libc++-dev
run: |
sudo apt-get install clang
sudo apt-get install libc++-dev
sudo apt-get install libc++abi-dev
- uses: actions/checkout@v2
- name: Download artifact
uses: dawidd6/action-download-artifact@v2
Expand Down

0 comments on commit 39addfa

Please sign in to comment.