Skip to content

Commit

Permalink
ci: install libcurl4-openssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Jul 12, 2024
1 parent 1f0e6b6 commit 5bb0864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fetch-depth: 0
- name: Install Packages
run: |
sudo apt-get -y install libcurl4-gnutls-dev
sudo apt-get -y install libcurl4-openssl-dev
- name: Prepare Environment
run: |
echo "GIT_REVISION=$(git describe --tags --always)" >> $GITHUB_ENV
Expand Down

0 comments on commit 5bb0864

Please sign in to comment.