Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyTinni authored Nov 8, 2024
1 parent f7683df commit 74b4e93
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ jobs:
run: |
sudo add-apt-repository universe
sudo apt-get update
sudo apt-get install ninja-build libopencv-dev libpoco-dev
sudo apt-get install -t universe gcc-14
sudo apt-get install ninja-build libopencv-dev libpoco-dev
if: contains(matrix.os, 'ubuntu' )

- name: Install Gcc
run: sudo apt-get install gcc-14
if: contains(matrix.os, 'ubuntu' )

- name: Install dependencies (windows)
Expand Down

0 comments on commit 74b4e93

Please sign in to comment.