Skip to content

Commit

Permalink
ci: use correct os
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Dec 12, 2021
1 parent a8ad00f commit c975031
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,10 @@ jobs:
esac
- name: Install packages (Ubuntu)
if: matrix.os == 'ubuntu-18.04'
if: matrix.job.os == 'ubuntu-20.04'
run: |
ci/ubuntu-install-packages
sudo apt update && sudo apt install pkg-config libudev-dev libssl-dev openssl
- name: Install packages (macOS)
if: matrix.os == 'macos-latest'
run: |
ci/macos-install-packages
sudo apt update
sudo apt install libudev-dev libudev libssl-dev openssl pkg-config
- name: Extract crate information
shell: bash
Expand Down

0 comments on commit c975031

Please sign in to comment.