Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceHumphreys authored Dec 6, 2023
1 parent d1b832c commit ae77eeb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,13 @@ jobs:
with:
python-version: "3.10"
# Install OpenSSL and pkg-config
- name: Install OpenSSL
run: apt-get update && apt-get install -y libssl-dev libudev-dev pkg-config
- name: Update packages
run: apt-get update
- name: Install deps.
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libssl-dev libudev-dev pkg-config
version: 1.0
# Set environment variables for OpenSSL
- name: Set OpenSSL environment variables
run: |
Expand Down

0 comments on commit ae77eeb

Please sign in to comment.