Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuyuki83 committed Mar 7, 2024
1 parent 30c58fd commit 2f9c7bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: install glfw
run: |
sudo apt install -y libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules
sudo apt install -y libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules libxrandr
git submodule update --init -- external/glfw
cmake -S external/glfw -B external/glfwbuild
cd external/glfwbuild
Expand Down
2 changes: 1 addition & 1 deletion doc/setup_glfw.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ acg-<username>/external/glfwlib/include/GLFW/glfw3.h
For Ubuntu, you may need to install dependencies before the installation. Use `apt-get` to install

```bash
$ sudo apt-get install -y xorg-dev
$ sudo apt install libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules
```

for other unix-like OS, look at the [manual](https://www.glfw.org/docs/3.3/compile.html#compile_deps) to install dependencies.
Expand Down

0 comments on commit 2f9c7bc

Please sign in to comment.