Skip to content

Commit

Permalink
Issue TBD54566975#94: Try to install openssl via apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Jul 28, 2024
1 parent fd05ded commit 0498b8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-issue-94.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- name: Test
run: just test
- name: Build Release
run: just build
run: |
just build
echo "Environment: " ${{ matrix.target }}
- name: Install x86_64 Build Dependencies
if: ${{ matrix.target == 'ubuntu-latest' }}
run: sudo apt-get update && sudo apt-get install pkg-config libssl-dev
Expand Down

0 comments on commit 0498b8e

Please sign in to comment.