Skip to content

Commit

Permalink
tk-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
muneerlalji committed Feb 25, 2024
1 parent 202a342 commit 115ddd2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@ jobs:
run: sudo apt-get install -y cmake

- name: Install OpenCASCADE
run: sudo apt-get install tcl-dev libocct-* occt-misc
run: sudo apt-get install tcl-dev tk-dev libocct-* occt-misc

- name: Create build directory
working-directory: backend
run: mkdir build

- name: find opencascade
run: sudo find /usr -name "OpenCASCADEConfig.cmake"

- name: Cmake Build
working-directory: backend/build
run: cmake ..
Expand Down

0 comments on commit 115ddd2

Please sign in to comment.