Skip to content

Commit

Permalink
Merge pull request #904 from s-trinh/fix_Github_actions
Browse files Browse the repository at this point in the history
Update Github actions
  • Loading branch information
fspindle authored Jun 1, 2021
2 parents 03de268 + 9bb8d31 commit f63b0d9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ubuntu-dep-apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04]
compiler: [8, 9]
os: [ubuntu-18.04, ubuntu-20.04]
compiler: [9, 11]

steps:
# https://github.com/marketplace/actions/cancel-workflow-action
Expand All @@ -32,6 +32,9 @@ jobs:
- name: Print OS information
run: lsb_release -a

- name: Print compiler information
run: dpkg --list | grep compiler

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libx11-dev libdc1394-22-dev libv4l-dev liblapack-dev libopenblas-dev libeigen3-dev libopencv-dev

Expand Down

0 comments on commit f63b0d9

Please sign in to comment.