Skip to content

Commit

Permalink
fix: linux install libc
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromake committed Oct 8, 2023
1 parent 7119c7f commit f1ac54d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
sudo apt-get install -y ./xmake-amd64.deb
rm ./xmake-amd64.deb
xmake --version
sudo apt-get install libc6-dev
- name: cert
env:
CERT_TEXT: ${{ secrets.CERT_TEXT }}
Expand Down

0 comments on commit f1ac54d

Please sign in to comment.