Skip to content

Commit

Permalink
fix: try to properly put cmds in single line
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed Sep 5, 2024
1 parent aafee5e commit 0f03c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
submodules: recursive
- name: install-dependencies
run: >-
run: >
sudo apt-get install -y
libxcursor-dev
libxrandr-dev
Expand All @@ -58,7 +58,7 @@ jobs:
config: |
paths-ignore: [vendor]
- name: configure
run: >-
run: >
cmake
-B build
-DCMAKE_BUILD_TYPE=${{ matrix.build-type }}
Expand Down

0 comments on commit 0f03c85

Please sign in to comment.