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 0498b8e commit 2df7710
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 @@ -28,7 +28,9 @@ jobs:
with:
cache: true
- name: Setup
run: just setup
run: |
echo "Environment: " ${{ matrix.target }}
just setup
- name: Test
run: just test
- name: Build Release
Expand Down

0 comments on commit 2df7710

Please sign in to comment.