diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-18 00:31:52 +1100 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-18 00:31:52 +1100 |
commit | 6632e63fd6acdba8138b3232ef2a87bedfedab81 (patch) | |
tree | 3066c9e1eaa60a0bc2c5cfaafa867832d3b2b5cf | |
parent | 6d0cf58f998d6e2888cac2c628fcddba4a60d9f2 (diff) |
add glfw to ci deps
-rw-r--r-- | .github/workflows/continuous-workflow.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/continuous-workflow.yml b/.github/workflows/continuous-workflow.yml index ba204ef..b6c381b 100644 --- a/.github/workflows/continuous-workflow.yml +++ b/.github/workflows/continuous-workflow.yml @@ -8,7 +8,7 @@ jobs: - name: Install system dependencies, make, etc run: | sudo apt update - sudo apt install -y xorg-dev libglu1-mesa-dev clang-format make + sudo apt install -y xorg-dev libglfw3-dev libglu1-mesa-dev clang-format make - name: Check out repository code uses: actions/checkout@v4 - name: List files in the repository |