Skip to content

Commit

Permalink
fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed May 5, 2024
1 parent 7b80a59 commit 00720f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download deps
run: sudo apt-get update && sudo apt-get install -y libpango1.0-dev libx11-dev libxext-dev libxft-dev libxinerama-dev libxcursor-dev libxrender-dev libxfixes-dev libgl1-mesa-dev libglu1-mesa-dev
run: sudo apt-get update && sudo apt-get install libx11-dev libxext-dev libxft-dev libxinerama-dev libxcursor-dev libxrender-dev libxfixes-dev libpango1.0-dev libgl1-mesa-dev libglu1-mesa-dev
shell: bash
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v2
Expand Down
1 change: 1 addition & 0 deletions build_utils.zig
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ pub fn cfltk_link(exe: *CompileStep, install_prefix: []const u8, opts: FinalOpts
exe.linkFramework("Cocoa");
exe.linkFramework("ApplicationServices");
exe.linkFramework("OpenGL");
exe.linkFramework("UniformTypeIdentifiers");
} else {
if (opts.use_wayland) {
exe.linkSystemLibrary("wayland-client");
Expand Down

0 comments on commit 00720f4

Please sign in to comment.