Skip to content

Commit

Permalink
ci: add implot to deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffstadt committed Sep 17, 2024
1 parent 1f213a1 commit 2857c94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
shell: cmd
run: |
git submodule update --init --recursive ./thirdparty/imgui
git submodule update --init --recursive ./thirdparty/implot
git submodule update --init --recursive ./thirdparty/freetype
- name: Mark Versions
Expand Down Expand Up @@ -94,6 +95,7 @@ jobs:
- name: Retrieve submodules
run: |
git submodule update --init --recursive ./thirdparty/imgui
git submodule update --init --recursive ./thirdparty/implot
git submodule update --init --recursive ./thirdparty/glfw
- name: Mark Versions
Expand Down Expand Up @@ -134,6 +136,7 @@ jobs:
- name: Retrieve submodules
run: |
git submodule update --init --recursive ./thirdparty/imgui
git submodule update --init --recursive ./thirdparty/implot
git submodule update --init --recursive ./thirdparty/glfw
- name: Mark Versions
Expand Down Expand Up @@ -176,6 +179,7 @@ jobs:
- name: Retrieve submodules/Dependencies
run: |
git submodule update --init --recursive ./thirdparty/imgui
git submodule update --init --recursive ./thirdparty/implot
git submodule update --init --recursive ./thirdparty/glfw
sudo apt-get update
sudo apt-get install libglu1-mesa-dev libgl1-mesa-dev xorg-dev libxrandr-dev -y
Expand Down

0 comments on commit 2857c94

Please sign in to comment.