Skip to content

Commit

Permalink
[openDAQ] Remove deprecated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dduraesdebarros committed Jan 30, 2025
1 parent 2aa6472 commit f79db64
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:

- name: Install additional dependencies
run: |
sudo apt-get install -y --no-install-recommends ${{ matrix.apt_packages }} \
awscli unzip \
lld ninja-build curl \
sudo apt-get install -y --no-install-recommends --ignore-missing ${{ matrix.apt_packages }} \
unzip lld ninja-build curl
mono-runtime libmono-system-json-microsoft4.0-cil libmono-system-data4.0-cil \
libx11-dev libxcursor-dev libxrandr-dev libgl-dev libudev-dev libfreetype6-dev
Expand Down

0 comments on commit f79db64

Please sign in to comment.