Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
hmcclew committed Feb 19, 2024
1 parent 0cb5a51 commit 3e62283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: sudo apt-get install -y cmake

- name: Install OCCT dependencies
run: sudo apt-get install -y libfreetype6-dev libgl2ps-dev libx11-dev libxt-dev libxmu-dev libxi-dev
run: sudo apt-get install -y libocct-* libfreetype6-dev libgl2ps-dev libx11-dev libxt-dev libxmu-dev libxi-dev

- name: Create build directory
working-directory: backend
Expand Down

0 comments on commit 3e62283

Please sign in to comment.