Skip to content

Commit

Permalink
installing libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
dean-breed committed May 31, 2022
1 parent 86c460d commit 371cfea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:

- uses: actions/checkout@v2

- name: Install dependencies
run: |
sudo apt-get install libcurl4-openssl-dev

- name: set env
run: |
echo "HOST=${{ secrets.PA_TOKEN }}" >> $GITHUB_ENV
Expand Down

0 comments on commit 371cfea

Please sign in to comment.