Skip to content

Commit

Permalink
modify github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kei18 committed Apr 27, 2023
1 parent 107f9a9 commit 0882ef6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ jobs:
with:
submodules: false

- name: install-dependencies
run: |
sudo apt-get install -y libgstreamer1.0-dev
- name: install-of
run: |
sudo apt-get update
wget -O third_party/openFrameworks.tar.gz https://github.com/openframeworks/openFrameworks/releases/download/0.11.2/of_v0.11.2_linux64gcc6_release.tar.gz
tar -xzvf third_party/openFrameworks.tar.gz -C third_party --strip-components=1 --one-top-level=openFrameworks
sudo third_party/openFrameworks/scripts/linux/ubuntu/install_dependencies.sh
Expand Down

0 comments on commit 0882ef6

Please sign in to comment.