Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kei18 committed Feb 18, 2024
1 parent b386920 commit 1ebd004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '.github/workflows/build_ubuntu.yml'

jobs:
build-osx:
build-ubuntu:
runs-on: ubuntu-latest

steps:
Expand All @@ -18,7 +18,7 @@ jobs:

- name: build
run: |
sudo apt install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
sudo apt install libunwind-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
sudo third_party/openFrameworks/scripts/linux/ubuntu/install_dependencies.sh
sudo third_party/openFrameworks/scripts/linux/ubuntu/install_codecs.sh
make -j4

0 comments on commit 1ebd004

Please sign in to comment.