Skip to content

Commit

Permalink
Remove xorg dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkStar1997 committed Aug 5, 2023
1 parent 823dee7 commit 73774a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
build_type: [dbg, rel]
include:
- compiler: gcc
dependencies: 'ninja-build xorg-dev'
dependencies: 'ninja-build'
- compiler: clang
dependencies: 'ninja-build xorg-dev clang-14'
dependencies: 'ninja-build clang-14'
steps:
- uses: actions/checkout@v3
- uses: actions/cache/restore@v3
Expand Down

0 comments on commit 73774a1

Please sign in to comment.