Skip to content

Commit

Permalink
Installing libcurl for Linux (#16)
Browse files Browse the repository at this point in the history
* Added a workflow to check successful building of guidescan
* Installing libcurl on linux; Using guidescan --version as a test command
* Installing libcurl on release workflow
  • Loading branch information
vineetbansal committed Feb 2, 2023
1 parent 58d04a2 commit 3be1bd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup (Linux)
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev
- name: Setup Envvars
run: |
echo "GUIDESCAN_VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
Expand Down

0 comments on commit 3be1bd1

Please sign in to comment.