Skip to content

Commit

Permalink
ci: don't install libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Jul 12, 2024
1 parent 1f0e6b6 commit fac7ae9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Packages
run: |
sudo apt-get -y install libcurl4-gnutls-dev
- name: Prepare Environment
run: |
echo "GIT_REVISION=$(git describe --tags --always)" >> $GITHUB_ENV
Expand Down

0 comments on commit fac7ae9

Please sign in to comment.