Skip to content

Commit

Permalink
fix musl-tools (#993)
Browse files Browse the repository at this point in the history
* update before install

* workflow dispatch

* clean
  • Loading branch information
insipx authored Aug 26, 2024
1 parent 023fef7 commit a06b8d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:
- name: Configure x86_64-unknown-linux-musl toolchain
if: ${{ matrix.target == 'x86_64-unknown-linux-musl' }}
run: |
sudo apt-get update
sudo apt-get install -y musl-tools
- name: Install openssl windows
Expand Down

0 comments on commit a06b8d9

Please sign in to comment.