Skip to content

Commit

Permalink
Remove dependencies from test as well
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkStar1997 committed Aug 5, 2023
1 parent cac6b3c commit 0033bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
build_type: [dbg, rel]
include:
- compiler: gcc
dependencies: 'ninja-build xorg-dev libglu1-mesa-dev'
dependencies: 'ninja-build'
- compiler: clang
dependencies: 'ninja-build xorg-dev libglu1-mesa-dev clang-12'
dependencies: 'ninja-build clang-12'
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 0033bc9

Please sign in to comment.