Skip to content

Commit

Permalink
Add OpenSSL dependencies for Ubuntu runner for cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Mar 11, 2024
1 parent a85db0a commit 50ba5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
if: ${{ matrix.cicd_runner == 'ubuntu-latest' }}
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libgtk-4-dev
packages: libssl-dev openssl libgtk-4-dev
version: 1.0
- name: 📑 Cargo Fmt Step
id: cargo_fmt_step
Expand Down

0 comments on commit 50ba5f8

Please sign in to comment.