Skip to content

Commit

Permalink
chore(ci): add relese ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oowl committed Jan 2, 2024
1 parent 1818a41 commit 04ef56a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@ jobs:
- uses: actions/checkout@v3
- name: Cache cargo & target directories
uses: Swatinem/rust-cache@v2
- name: Configure Git
run: |
git config --global user.email "[email protected]"
git config --global user.name "J. Doe"
- name: Install musl-tools on Linux
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools
if: contains(matrix.platform.name, 'musl')
Expand Down

0 comments on commit 04ef56a

Please sign in to comment.